Skip to content

Commit 68e9ac1

Browse files
github-actions[bot]web-flowbuenaflor
authored
chore: update packages/flutter/scripts/update-android.sh to 8.20.0 (#3196)
Co-authored-by: GitHub <[email protected]> Co-authored-by: Giancarlo Buenaflor <[email protected]>
1 parent 047a17d commit 68e9ac1

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
@@ -24,6 +24,9 @@
2424
### Dependencies
2525

2626
- Pin `ffigen` to `19.0.0` and add `objective_c` version `8.0.0` package used in `ffigen` on iOS and macOS ([#3163](https://github.com/getsentry/sentry-dart/pull/3163))
27+
- Bump Android SDK from v8.18.0 to v8.20.0 ([#3196](https://github.com/getsentry/sentry-dart/pull/3196))
28+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8200)
29+
- [diff](https://github.com/getsentry/sentry-java/compare/8.18.0...8.20.0)
2730
- Bump JavaScript SDK from v9.40.0 to v10.6.0 ([#3167](https://github.com/getsentry/sentry-dart/pull/3167), [#3201](https://github.com/getsentry/sentry-dart/pull/3201))
2831
- [changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#1060)
2932
- [diff](https://github.com/getsentry/sentry-javascript/compare/9.40.0...10.6.0)

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

6666
// Required -- JUnit 4 framework

0 commit comments

Comments
 (0)