We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 134c9f8 commit e9472a2Copy full SHA for e9472a2
CHANGELOG.md
@@ -6,6 +6,12 @@
6
7
- Do not attach headers if Span is NoOp ([#1143](https://github.com/getsentry/sentry-dart/pull/1143))
8
9
+### Dependencies
10
+
11
+- Bump Android SDK from v6.7.1 to v6.8.0 ([#1147](https://github.com/getsentry/sentry-dart/pull/1147))
12
+ - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#680)
13
+ - [diff](https://github.com/getsentry/sentry-java/compare/6.7.1...6.8.0)
14
15
## 6.16.0
16
17
### Features
flutter/android/build.gradle
@@ -54,6 +54,6 @@ android {
54
}
55
56
dependencies {
57
- api 'io.sentry:sentry-android:6.7.1'
+ api 'io.sentry:sentry-android:6.8.0'
58
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
59
0 commit comments