Skip to content

Commit 2331d89

Browse files
chore(deps): update Android SDK to v6.8.0 (#1147)
Co-authored-by: GitHub <[email protected]>
1 parent a7acb24 commit 2331d89

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
- Bump Cocoa SDK from v7.31.1 to v7.31.2 ([#1146](https://github.com/getsentry/sentry-dart/pull/1146))
1212
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/master/CHANGELOG.md#7312)
1313
- [diff](https://github.com/getsentry/sentry-cocoa/compare/7.31.1...7.31.2)
14+
- Bump Android SDK from v6.7.1 to v6.8.0 ([#1147](https://github.com/getsentry/sentry-dart/pull/1147))
15+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#680)
16+
- [diff](https://github.com/getsentry/sentry-java/compare/6.7.1...6.8.0)
1417

1518
## 6.16.0
1619

flutter/android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ android {
5454
}
5555

5656
dependencies {
57-
api 'io.sentry:sentry-android:6.7.1'
57+
api 'io.sentry:sentry-android:6.8.0'
5858
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
5959
}

0 commit comments

Comments
 (0)