Skip to content

Commit 9cc0794

Browse files
authored
chore: update flutter/scripts/update-android.sh to 6.31.0
1 parent 2211a40 commit 9cc0794

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
- Bump Cocoa SDK from v8.11.0 to v8.13.0 ([#1650](https://github.com/getsentry/sentry-dart/pull/1650), [#1655](https://github.com/getsentry/sentry-dart/pull/1655))
1313
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8130)
1414
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.11.0...8.13.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)
15+
- Bump Android SDK from v6.29.0 to v6.31.0 ([#1660](https://github.com/getsentry/sentry-dart/pull/1660), [#1676](https://github.com/getsentry/sentry-dart/pull/1676))
16+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6310)
17+
- [diff](https://github.com/getsentry/sentry-java/compare/6.29.0...6.31.0)
1818

1919
## 7.10.1
2020

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

6666
// Required -- JUnit 4 framework

0 commit comments

Comments
 (0)