Skip to content

Commit 64e4616

Browse files
chore: update flutter/scripts/update-android.sh to 6.32.0 (#1688)
Co-authored-by: GitHub <[email protected]>
1 parent dfa585e commit 64e4616

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,9 +9,9 @@
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)
12+
- Bump Android SDK from v6.29.0 to v6.32.0 ([#1660](https://github.com/getsentry/sentry-dart/pull/1660), [#1676](https://github.com/getsentry/sentry-dart/pull/1676), [#1688](https://github.com/getsentry/sentry-dart/pull/1688))
13+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6320)
14+
- [diff](https://github.com/getsentry/sentry-java/compare/6.29.0...6.32.0)
1515
- 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))
1616
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8131)
1717
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.11.0...8.13.1)

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

6666
// Required -- JUnit 4 framework

0 commit comments

Comments
 (0)