Skip to content

Commit 1c926c2

Browse files
chore: update flutter/scripts/update-android.sh to 7.20.1 (#2593)
Co-authored-by: GitHub <[email protected]>
1 parent f254740 commit 1c926c2

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
- Bump Native SDK from v0.7.17 to v0.7.19 ([#2578](https://github.com/getsentry/sentry-dart/pull/2578), [#2588](https://github.com/getsentry/sentry-dart/pull/2588))
1717
- [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#0719)
1818
- [diff](https://github.com/getsentry/sentry-native/compare/0.7.17...0.7.19)
19+
- Bump Android SDK from v7.20.0 to v7.20.1 ([#2593](https://github.com/getsentry/sentry-dart/pull/2593))
20+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7201)
21+
- [diff](https://github.com/getsentry/sentry-java/compare/7.20.0...7.20.1)
1922

2023
## 8.13.0-beta.1
2124

flutter/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ android {
6060
}
6161

6262
dependencies {
63-
api 'io.sentry:sentry-android:7.20.0'
63+
api 'io.sentry:sentry-android:7.20.1'
6464
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
6565

6666
// Required -- JUnit 4 framework

0 commit comments

Comments
 (0)