Skip to content

Commit a80cc6f

Browse files
authored
chore: update flutter/scripts/update-android.sh to 7.0.0
1 parent 2d74010 commit a80cc6f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
- 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))
1717
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8171)
1818
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.15.2...8.17.1)
19+
- Bump Android SDK from v6.34.0 to v7.0.0 ([#1768](https://github.com/getsentry/sentry-dart/pull/1768))
20+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#700)
21+
- [diff](https://github.com/getsentry/sentry-java/compare/6.34.0...7.0.0)
1922

2023
## 7.13.2
2124

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: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)