Skip to content

Commit 59bf542

Browse files
chore: update scripts/update-android.sh to 8.40.0 (#6034)
Co-authored-by: GitHub <noreply@github.com>
1 parent 9fa0a49 commit 59bf542

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
- Bump JavaScript SDK from v10.48.0 to v10.49.0 ([#6011](https://github.com/getsentry/sentry-react-native/pull/6011))
2727
- [changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#10490)
2828
- [diff](https://github.com/getsentry/sentry-javascript/compare/10.48.0...10.49.0)
29-
- Bump Android SDK from v8.38.0 to v8.39.1 ([#6010](https://github.com/getsentry/sentry-react-native/pull/6010))
30-
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8391)
31-
- [diff](https://github.com/getsentry/sentry-java/compare/8.38.0...8.39.1)
29+
- Bump Android SDK from v8.38.0 to v8.40.0 ([#6010](https://github.com/getsentry/sentry-react-native/pull/6010), [#6034](https://github.com/getsentry/sentry-react-native/pull/6034))
30+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8400)
31+
- [diff](https://github.com/getsentry/sentry-java/compare/8.38.0...8.40.0)
3232
- Bump CLI from v3.3.5 to v3.4.0 ([#6026](https://github.com/getsentry/sentry-react-native/pull/6026))
3333
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#340)
3434
- [diff](https://github.com/getsentry/sentry-cli/compare/3.3.5...3.4.0)

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.39.1'
59-
debugImplementation 'io.sentry:sentry-spotlight:8.39.1'
58+
api 'io.sentry:sentry-android:8.40.0'
59+
debugImplementation 'io.sentry:sentry-spotlight:8.40.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.39.1'
19+
compileOnly 'io.sentry:sentry-android:8.40.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.39.1'
21+
compileOnly 'io.sentry:sentry:8.40.0'
2222
}

0 commit comments

Comments
 (0)