Skip to content

Commit 3772041

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore: update scripts/update-android.sh to 8.0.0
1 parent 94b806c commit 3772041

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
@@ -31,9 +31,9 @@
3131
- Bump JavaScript SDK from v8.47.0 to v8.50.0 ([#4421](https://github.com/getsentry/sentry-react-native/pull/4421), [#4449](https://github.com/getsentry/sentry-react-native/pull/4449), [#4453](https://github.com/getsentry/sentry-react-native/pull/4453))
3232
- [changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#8500)
3333
- [diff](https://github.com/getsentry/sentry-javascript/compare/8.47.0...8.50.0)
34-
- Bump Android SDK from v7.20.0 to v7.20.1 ([#4467](https://github.com/getsentry/sentry-react-native/pull/4467))
35-
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7201)
36-
- [diff](https://github.com/getsentry/sentry-java/compare/7.20.0...7.20.1)
34+
- Bump Android SDK from v7.20.0 to v8.0.0 ([#4467](https://github.com/getsentry/sentry-react-native/pull/4467), [#4471](https://github.com/getsentry/sentry-react-native/pull/4471))
35+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#800)
36+
- [diff](https://github.com/getsentry/sentry-java/compare/7.20.0...8.0.0)
3737

3838
## 6.5.0
3939

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.20.1'
57+
api 'io.sentry:sentry-android:8.0.0'
5858
}

0 commit comments

Comments
 (0)