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 117d988 commit 0f09a01Copy full SHA for 0f09a01
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## Unreleased
4
+
5
+### Dependencies
6
7
+- Bump Android SDK from v7.0.0 to v7.1.0 ([#1788](https://github.com/getsentry/sentry-dart/pull/1788))
8
+ - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#710)
9
+ - [diff](https://github.com/getsentry/sentry-java/compare/7.0.0...7.1.0)
10
11
## 7.14.0
12
13
### Fixes
flutter/android/build.gradle
@@ -60,7 +60,7 @@ android {
60
}
61
62
dependencies {
63
- api 'io.sentry:sentry-android:7.0.0'
+ api 'io.sentry:sentry-android:7.1.0'
64
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
65
66
// Required -- JUnit 4 framework
0 commit comments