Skip to content

Commit d0daca5

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore: update packages/flutter/scripts/update-android.sh to 8.19.1
1 parent 3a1ba4d commit d0daca5

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
### Dependencies
1717

1818
- 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))
19+
- Bump Android SDK from v8.18.0 to v8.19.1 ([#3168](https://github.com/getsentry/sentry-dart/pull/3168))
20+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8191)
21+
- [diff](https://github.com/getsentry/sentry-java/compare/8.18.0...8.19.1)
1922

2023
## 9.7.0-beta.1
2124

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

6666
// Required -- JUnit 4 framework

0 commit comments

Comments
 (0)