Skip to content

Commit f610e85

Browse files
chore: update scripts/update-android.sh to 8.38.0 (#5971)
Co-authored-by: GitHub <noreply@github.com>
1 parent 51fbf68 commit f610e85

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@
3131
- Bump JavaScript SDK from v10.47.0 to v10.48.0 ([#5975](https://github.com/getsentry/sentry-react-native/pull/5975))
3232
- [changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#10480)
3333
- [diff](https://github.com/getsentry/sentry-javascript/compare/10.47.0...10.48.0)
34+
- Bump Android SDK from v8.37.1 to v8.38.0 ([#5971](https://github.com/getsentry/sentry-react-native/pull/5971))
35+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8380)
36+
- [diff](https://github.com/getsentry/sentry-java/compare/8.37.1...8.38.0)
3437

3538
## 8.7.0
3639

packages/core/android/build.gradle

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

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

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

1717
dependencies {
1818
compileOnly project(':expo-modules-core')
19-
compileOnly 'io.sentry:sentry-android:8.37.1'
19+
compileOnly 'io.sentry:sentry-android:8.38.0'
2020
}
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.37.1'
21+
compileOnly 'io.sentry:sentry:8.38.0'
2222
}

0 commit comments

Comments
 (0)