Skip to content

Commit 1a93825

Browse files
chore: update flutter/scripts/update-android.sh to 6.31.0 (#1676)
1 parent 9d05a05 commit 1a93825

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
@@ -9,12 +9,12 @@
99
### Dependencies
1010

1111
- Enable compatibility with uuid v4 ([#1647](https://github.com/getsentry/sentry-dart/pull/1647))
12+
- 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))
13+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6310)
14+
- [diff](https://github.com/getsentry/sentry-java/compare/6.29.0...6.31.0)
1215
- Bump Cocoa SDK from v8.11.0 to v8.13.1 ([#1650](https://github.com/getsentry/sentry-dart/pull/1650), [#1655](https://github.com/getsentry/sentry-dart/pull/1655), [#1677](https://github.com/getsentry/sentry-dart/pull/1677))
1316
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8131)
1417
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.11.0...8.13.1)
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)
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)