We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5aba417 commit 6325c3bCopy full SHA for 6325c3b
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## Unreleased
4
+
5
+### Dependencies
6
7
+- Bump Android SDK from v6.9.1 to v6.9.2 ([#1167](https://github.com/getsentry/sentry-dart/pull/1167))
8
+ - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#692)
9
+ - [diff](https://github.com/getsentry/sentry-java/compare/6.9.1...6.9.2)
10
11
## 6.18.0
12
13
### Features
flutter/android/build.gradle
@@ -54,6 +54,6 @@ android {
54
}
55
56
dependencies {
57
- api 'io.sentry:sentry-android:6.9.1'
+ api 'io.sentry:sentry-android:6.9.2'
58
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
59
0 commit comments