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 81f83eb commit e269c49Copy full SHA for e269c49
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## Unreleased
4
+
5
+### Dependencies
6
7
+- Bump Android SDK from v8.13.2 to v8.17.0 ([#3059](https://github.com/getsentry/sentry-dart/pull/3059))
8
+ - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8170)
9
+ - [diff](https://github.com/getsentry/sentry-java/compare/8.13.2...8.17.0)
10
11
## 9.4.1
12
13
### Fixes
flutter/android/build.gradle
@@ -60,7 +60,7 @@ android {
60
}
61
62
dependencies {
63
- api 'io.sentry:sentry-android:8.13.2'
+ api 'io.sentry:sentry-android:8.17.0'
64
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
65
66
// Required -- JUnit 4 framework
0 commit comments