Skip to content

Commit 8bfae64

Browse files
chore: update packages/flutter/scripts/update-android.sh to 8.31.0 (#3476)
Co-authored-by: GitHub <noreply@github.com>
1 parent 15eee80 commit 8bfae64

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
@@ -7,6 +7,9 @@
77
- Bump Native SDK from v0.12.3 to v0.12.5 ([#3481](https://github.com/getsentry/sentry-dart/pull/3481))
88
- [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#0125)
99
- [diff](https://github.com/getsentry/sentry-native/compare/0.12.3...0.12.5)
10+
- Bump Android SDK from v8.30.0 to v8.31.0 ([#3476](https://github.com/getsentry/sentry-dart/pull/3476))
11+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8310)
12+
- [diff](https://github.com/getsentry/sentry-java/compare/8.30.0...8.31.0)
1013

1114
## 9.11.0
1215

packages/flutter/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ android {
6262
}
6363

6464
dependencies {
65-
api 'io.sentry:sentry-android:8.30.0'
65+
api 'io.sentry:sentry-android:8.31.0'
6666
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
6767

6868
// Required -- JUnit 4 framework

0 commit comments

Comments
 (0)