Skip to content

Commit 42f6e7e

Browse files
chore: update flutter/scripts/update-android.sh to 6.30.0 (#1660)
1 parent afa6e2a commit 42f6e7e

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
@@ -12,6 +12,9 @@
1212
- Bump Cocoa SDK from v8.11.0 to v8.12.0 ([#1650](https://github.com/getsentry/sentry-dart/pull/1650))
1313
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8120)
1414
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.11.0...8.12.0)
15+
- Bump Android SDK from v6.29.0 to v6.30.0 ([#1660](https://github.com/getsentry/sentry-dart/pull/1660))
16+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6300)
17+
- [diff](https://github.com/getsentry/sentry-java/compare/6.29.0...6.30.0)
1518

1619
## 7.10.1
1720

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.29.0'
63+
api 'io.sentry:sentry-android:6.30.0'
6464
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
6565

6666
// Required -- JUnit 4 framework

0 commit comments

Comments
 (0)