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 68677de commit 8e00845Copy full SHA for 8e00845
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## Unreleased
4
+
5
+### Dependencies
6
7
+- Bump Android SDK from v6.15.0 to v8.19.1 ([#261](https://github.com/ente-io/sentry-dart/pull/261))
8
+ - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8191)
9
+ - [diff](https://github.com/getsentry/sentry-java/compare/6.15.0...8.19.1)
10
11
## 7.1.0
12
13
### Features
flutter/android/build.gradle
@@ -54,6 +54,6 @@ android {
54
}
55
56
dependencies {
57
- api 'io.sentry:sentry-android:6.15.0'
+ api 'io.sentry:sentry-android:8.19.1'
58
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
59
0 commit comments