Skip to content

Commit ba56a96

Browse files
chore(deps): update Android SDK to v7.14.0 (#2228)
Co-authored-by: GitHub <[email protected]>
1 parent affcf07 commit ba56a96

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@
1111
SentryNavigatorObserver(ignoreRoutes: ["/ignoreThisRoute"]),
1212
```
1313

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+
1420
## 8.7.0
1521

1622
### Features

flutter/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ android {
6060
}
6161

6262
dependencies {
63-
api 'io.sentry:sentry-android:7.13.0'
63+
api 'io.sentry:sentry-android:7.14.0'
6464
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
6565

6666
// Required -- JUnit 4 framework

0 commit comments

Comments
 (0)