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 affcf07 commit ba56a96Copy full SHA for ba56a96
CHANGELOG.md
@@ -11,6 +11,12 @@
11
SentryNavigatorObserver(ignoreRoutes: ["/ignoreThisRoute"]),
12
```
13
14
+### Dependencies
15
+
16
+- Bump Android SDK from v7.13.0 to v7.14.0 ([#2228](https://github.com/getsentry/sentry-dart/pull/2228))
17
+ - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7140)
18
+ - [diff](https://github.com/getsentry/sentry-java/compare/7.13.0...7.14.0)
19
20
## 8.7.0
21
22
### Features
flutter/android/build.gradle
@@ -60,7 +60,7 @@ android {
60
}
61
62
dependencies {
63
- api 'io.sentry:sentry-android:7.13.0'
+ api 'io.sentry:sentry-android:7.14.0'
64
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
65
66
// Required -- JUnit 4 framework
0 commit comments