Skip to content

Commit 3b25885

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore: update flutter/scripts/update-android.sh to 8.16.0
1 parent b6c8720 commit 3b25885

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111

1212
### Dependencies
1313

14-
- Bump Android SDK from v8.12.0 to v8.13.2 ([#3042](https://github.com/getsentry/sentry-dart/pull/3042))
15-
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8132)
16-
- [diff](https://github.com/getsentry/sentry-java/compare/8.12.0...8.13.2)
14+
- Bump Android SDK from v8.12.0 to v8.16.0 ([#3042](https://github.com/getsentry/sentry-dart/pull/3042), [#3024](https://github.com/getsentry/sentry-dart/pull/3024))
15+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8160)
16+
- [diff](https://github.com/getsentry/sentry-java/compare/8.12.0...8.16.0)
1717

1818
## 9.3.0
1919

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:8.13.2'
63+
api 'io.sentry:sentry-android:8.16.0'
6464
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
6565

6666
// Required -- JUnit 4 framework

0 commit comments

Comments
 (0)