Skip to content

Commit 4c602a4

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore: update scripts/update-android.sh to 8.37.0
1 parent a688ab9 commit 4c602a4

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@
2626
- Bump CLI from v3.3.3 to v3.3.4 ([#5891](https://github.com/getsentry/sentry-react-native/pull/5891))
2727
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#334)
2828
- [diff](https://github.com/getsentry/sentry-cli/compare/3.3.3...3.3.4)
29+
- Bump Android SDK from v8.36.0 to v8.37.0 ([#5884](https://github.com/getsentry/sentry-react-native/pull/5884))
30+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8370)
31+
- [diff](https://github.com/getsentry/sentry-java/compare/8.36.0...8.37.0)
2932

3033
## 8.5.0
3134

packages/core/android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@ dependencies {
5757
compileOnly files('libs/replay-stubs.jar')
5858
compileOnly files('libs/expo-stubs.jar')
5959
implementation 'com.facebook.react:react-native:+'
60-
api 'io.sentry:sentry-android:8.36.0'
61-
debugImplementation 'io.sentry:sentry-spotlight:8.36.0'
60+
api 'io.sentry:sentry-android:8.37.0'
61+
debugImplementation 'io.sentry:sentry-spotlight:8.37.0'
6262
}
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.36.0'
21+
compileOnly 'io.sentry:sentry:8.37.0'
2222
}

0 commit comments

Comments
 (0)