Skip to content

Commit 0316113

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

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
@@ -35,9 +35,9 @@
3535
- Bump JavaScript SDK from v8.47.0 to v8.52.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), [#4480](https://github.com/getsentry/sentry-react-native/pull/4480), [#4491](https://github.com/getsentry/sentry-react-native/pull/4491))
3636
- [changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#8520)
3737
- [diff](https://github.com/getsentry/sentry-javascript/compare/8.47.0...8.52.0)
38-
- Bump Android SDK from v7.20.0 to v7.20.1 ([#4467](https://github.com/getsentry/sentry-react-native/pull/4467))
39-
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7201)
40-
- [diff](https://github.com/getsentry/sentry-java/compare/7.20.0...7.20.1)
38+
- 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))
39+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#800)
40+
- [diff](https://github.com/getsentry/sentry-java/compare/7.20.0...8.0.0)
4141

4242
## 6.5.0
4343

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)