Skip to content

Commit 2729f4e

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore: update flutter/scripts/update-android.sh to 8.12.0
1 parent 3c7c175 commit 2729f4e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66

77
- Add `hasSize` guard when using a renderObject in `SentryUserInteractionWidget` ([#2946](https://github.com/getsentry/sentry-dart/pull/2946))
88

9+
### Dependencies
10+
11+
- Bump Android SDK from v8.11.1 to v8.12.0 ([#2941](https://github.com/getsentry/sentry-dart/pull/2941))
12+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8120)
13+
- [diff](https://github.com/getsentry/sentry-java/compare/8.11.1...8.12.0)
14+
915
## 9.0.0-RC.1
1016

1117
### Fixes

flutter/android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ android {
6060
}
6161

6262
dependencies {
63-
api 'io.sentry:sentry-android:8.11.1'
63+
api 'io.sentry:sentry-android:8.12.0'
6464
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
6565

6666
// Required -- JUnit 4 framework

0 commit comments

Comments
 (0)