We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a909995 commit 4b1e327Copy full SHA for 4b1e327
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
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
11
## 9.11.0-beta.2
12
13
### Fixes
packages/flutter/android/build.gradle
@@ -62,7 +62,7 @@ android {
62
}
63
64
dependencies {
65
- api 'io.sentry:sentry-android:8.30.0'
+ api 'io.sentry:sentry-android:8.31.0'
66
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
67
68
// Required -- JUnit 4 framework
0 commit comments