Skip to content

Commit 03b691f

Browse files
authored
chore: update flutter/scripts/update-android.sh to 7.0.0
1 parent 13446e1 commit 03b691f

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
@@ -17,6 +17,9 @@
1717
- Bump Cocoa SDK from v8.15.2 to v8.17.1 ([#1761](https://github.com/getsentry/sentry-dart/pull/1761), [#1771](https://github.com/getsentry/sentry-dart/pull/1771))
1818
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8171)
1919
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.15.2...8.17.1)
20+
- Bump Android SDK from v6.34.0 to v7.0.0 ([#1768](https://github.com/getsentry/sentry-dart/pull/1768))
21+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#700)
22+
- [diff](https://github.com/getsentry/sentry-java/compare/6.34.0...7.0.0)
2023

2124
## 7.13.2
2225

flutter/android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ android {
6060
}
6161

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

6666
// Required -- JUnit 4 framework

0 commit comments

Comments
 (0)