Skip to content

Commit 1f6a33c

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore: update scripts/update-android.sh to 8.2.0
1 parent 0781acc commit 1f6a33c

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
@@ -34,9 +34,9 @@
3434

3535
### Dependencies
3636

37-
- Bump Android SDK from v7.20.1 to v7.22.0 ([#4529](https://github.com/getsentry/sentry-react-native/pull/4529))
38-
- [changelog](https://github.com/getsentry/sentry-java/blob/7.x.x/CHANGELOG.md#7220)
39-
- [diff](https://github.com/getsentry/sentry-java/compare/7.20.1...7.22.0)
37+
- Bump Android SDK from v7.20.1 to v8.2.0 ([#4529](https://github.com/getsentry/sentry-react-native/pull/4529), [#4471](https://github.com/getsentry/sentry-react-native/pull/4471))
38+
- [changelog](https://github.com/getsentry/sentry-java/blob/7.x.x/CHANGELOG.md#820)
39+
- [diff](https://github.com/getsentry/sentry-java/compare/7.20.1...8.2.0)
4040
- Bump Cocoa SDK from v8.44.0 to v8.45.0 ([#4537](https://github.com/getsentry/sentry-react-native/pull/4537))
4141
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8450)
4242
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.44.0...8.45.0)

packages/core/android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,5 @@ android {
5454

5555
dependencies {
5656
implementation 'com.facebook.react:react-native:+'
57-
api 'io.sentry:sentry-android:7.22.0'
57+
api 'io.sentry:sentry-android:8.2.0'
5858
}

0 commit comments

Comments
 (0)