Skip to content

Commit b0d3373

Browse files
chore: update scripts/update-android.sh to 8.42.0 (#6193)
Co-authored-by: GitHub <noreply@github.com>
1 parent 5125c43 commit b0d3373

5 files changed

Lines changed: 7 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@
4242
- Bump Bundler Plugins from v5.2.1 to v5.3.0 ([#6138](https://github.com/getsentry/sentry-react-native/pull/6138))
4343
- [changelog](https://github.com/getsentry/sentry-javascript-bundler-plugins/blob/main/CHANGELOG.md#530)
4444
- [diff](https://github.com/getsentry/sentry-javascript-bundler-plugins/compare/5.2.1...5.3.0)
45+
- Bump Android SDK from v8.41.0 to v8.42.0 ([#6193](https://github.com/getsentry/sentry-react-native/pull/6193))
46+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8420)
47+
- [diff](https://github.com/getsentry/sentry-java/compare/8.41.0...8.42.0)
4548

4649
## 8.11.1
4750

packages/core/android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ android {
5555
dependencies {
5656
compileOnly files('libs/replay-stubs.jar')
5757
implementation 'com.facebook.react:react-native:+'
58-
api 'io.sentry:sentry-android:8.41.0'
59-
debugImplementation 'io.sentry:sentry-spotlight:8.41.0'
58+
api 'io.sentry:sentry-android:8.42.0'
59+
debugImplementation 'io.sentry:sentry-spotlight:8.42.0'
6060

6161
testImplementation 'junit:junit:4.13.2'
6262
testImplementation 'org.mockito:mockito-core:5.12.0'

packages/core/android/expo-handler/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ android {
2020

2121
dependencies {
2222
compileOnly project(':expo-modules-core')
23-
compileOnly 'io.sentry:sentry-android:8.41.0'
23+
compileOnly 'io.sentry:sentry-android:8.42.0'
2424
}
0 Bytes
Binary file not shown.

packages/core/android/replay-stubs/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ tasks.named('jar', Jar) {
1818
}
1919

2020
dependencies {
21-
compileOnly 'io.sentry:sentry:8.41.0'
21+
compileOnly 'io.sentry:sentry:8.42.0'
2222
}

0 commit comments

Comments
 (0)