Skip to content

Commit 4b1e327

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore: update packages/flutter/scripts/update-android.sh to 8.31.0
1 parent a909995 commit 4b1e327

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## Unreleased
4+
5+
### Dependencies
6+
7+
- Bump Android SDK from v8.30.0 to v8.31.0 ([#3476](https://github.com/getsentry/sentry-dart/pull/3476))
8+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8310)
9+
- [diff](https://github.com/getsentry/sentry-java/compare/8.30.0...8.31.0)
10+
311
## 9.11.0-beta.2
412

513
### Fixes

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)