Skip to content

Commit f21956a

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore: update flutter/scripts/update-android.sh to 8.17.0
1 parent 8403ffc commit f21956a

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
@@ -14,6 +14,9 @@
1414
- Bump Native SDK from v0.9.0 to v0.9.1 ([#3018](https://github.com/getsentry/sentry-dart/pull/3018))
1515
- [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#091)
1616
- [diff](https://github.com/getsentry/sentry-native/compare/0.9.0...0.9.1)
17+
- Bump Android SDK from v8.13.2 to v8.17.0 ([#3059](https://github.com/getsentry/sentry-dart/pull/3059))
18+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8170)
19+
- [diff](https://github.com/getsentry/sentry-java/compare/8.13.2...8.17.0)
1720

1821
## Internal
1922

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.17.0'
6464
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
6565

6666
// Required -- JUnit 4 framework

0 commit comments

Comments
 (0)