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 695a030 commit 5d5dc72Copy full SHA for 5d5dc72
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## Unreleased
4
+
5
+### Dependencies
6
7
+- Bump Android SDK from v8.28.0 to v8.29.0 ([#3403](https://github.com/getsentry/sentry-dart/pull/3403))
8
+ - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8290)
9
+ - [diff](https://github.com/getsentry/sentry-java/compare/8.28.0...8.29.0)
10
11
## 9.9.1
12
13
### Fixes
packages/flutter/android/build.gradle
@@ -63,7 +63,7 @@ android {
63
}
64
65
dependencies {
66
- api 'io.sentry:sentry-android:8.28.0'
+ api 'io.sentry:sentry-android:8.29.0'
67
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
68
69
// Required -- JUnit 4 framework
0 commit comments