Skip to content

Commit 62dde43

Browse files
chore(deps): update Android SDK to v6.9.1 (#1159)
Co-authored-by: GitHub <[email protected]>
1 parent a54d60d commit 62dde43

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
@@ -7,6 +7,9 @@
77
- Bump Cocoa SDK from v7.31.2 to v7.31.3 ([#1157](https://github.com/getsentry/sentry-dart/pull/1157))
88
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/master/CHANGELOG.md#7313)
99
- [diff](https://github.com/getsentry/sentry-cocoa/compare/7.31.2...7.31.3)
10+
- Bump Android SDK from v6.8.0 to v6.9.1 ([#1159](https://github.com/getsentry/sentry-dart/pull/1159))
11+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#691)
12+
- [diff](https://github.com/getsentry/sentry-java/compare/6.8.0...6.9.1)
1013

1114
## 6.17.0
1215

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.8.0'
57+
api 'io.sentry:sentry-android:6.9.1'
5858
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
5959
}

0 commit comments

Comments
 (0)