Skip to content

Commit 1e8ce9c

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore: update flutter/scripts/update-android.sh to 7.12.1
1 parent d593269 commit 1e8ce9c

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
@@ -28,6 +28,12 @@ SentryFlutter.init((options) =>
2828
options..prependExceptionTypeIdentifier(MyCustomExceptionIdentifier()));
2929
```
3030

31+
### Dependencies
32+
33+
- Bump Android SDK from v7.12.0 to v7.12.1 ([#2198](https://github.com/getsentry/sentry-dart/pull/2198))
34+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7121)
35+
- [diff](https://github.com/getsentry/sentry-java/compare/7.12.0...7.12.1)
36+
3137
## 8.5.0
3238

3339
### Features

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

6666
// Required -- JUnit 4 framework

0 commit comments

Comments
 (0)