We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d61cecf commit 211a7aaCopy full SHA for 211a7aa
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## Unreleased
4
+
5
+### Dependencies
6
7
+- Bump Android SDK from v6.17.0 to v6.18.1 ([#1415](https://github.com/getsentry/sentry-dart/pull/1415))
8
+ - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6181)
9
+ - [diff](https://github.com/getsentry/sentry-java/compare/6.17.0...6.18.1)
10
11
## 7.5.1
12
13
### Fixes
flutter/android/build.gradle
@@ -55,6 +55,6 @@ android {
55
}
56
57
dependencies {
58
- api 'io.sentry:sentry-android:6.17.0'
+ api 'io.sentry:sentry-android:6.18.1'
59
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
60
0 commit comments