Skip to content

Commit 5ba2c0c

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore: update flutter/scripts/update-android.sh to 8.16.0
1 parent 49e44d2 commit 5ba2c0c

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
@@ -10,9 +10,9 @@
1010

1111
### Dependencies
1212

13-
- Bump Android SDK from v8.12.0 to v8.13.2 ([#3042](https://github.com/getsentry/sentry-dart/pull/3042))
14-
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8132)
15-
- [diff](https://github.com/getsentry/sentry-java/compare/8.12.0...8.13.2)
13+
- 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))
14+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8160)
15+
- [diff](https://github.com/getsentry/sentry-java/compare/8.12.0...8.16.0)
1616

1717
## 9.3.0
1818

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)