We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf91c9d commit 6078ddcCopy full SHA for 6078ddc
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## Unreleased
4
+
5
+### Dependencies
6
7
+- Bump Android SDK from v7.5.0 to v7.6.0 ([#1927](https://github.com/getsentry/sentry-dart/pull/1927))
8
+ - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#760)
9
+ - [diff](https://github.com/getsentry/sentry-java/compare/7.5.0...7.6.0)
10
11
## 7.17.0
12
13
### Fixes
flutter/android/build.gradle
@@ -60,7 +60,7 @@ android {
60
}
61
62
dependencies {
63
- api 'io.sentry:sentry-android:7.5.0'
+ api 'io.sentry:sentry-android:7.6.0'
64
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
65
66
// Required -- JUnit 4 framework
0 commit comments