Skip to content

Commit bc0d8cf

Browse files
github-actions[bot]web-flowantonis
authored
chore: update scripts/update-android.sh to 8.41.0 (#6104)
Co-authored-by: GitHub <noreply@github.com> Co-authored-by: Antonis Lilis <antonis.lilis@sentry.io>
1 parent 100ce80 commit bc0d8cf

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
@@ -14,6 +14,9 @@
1414

1515
### Dependencies
1616

17+
- Bump Android SDK from v8.40.0 to v8.41.0 ([#6104](https://github.com/getsentry/sentry-react-native/pull/6104))
18+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8410)
19+
- [diff](https://github.com/getsentry/sentry-java/compare/8.40.0...8.41.0)
1720
- Bump Cocoa SDK from v9.12.0 to v9.12.1 ([#6105](https://github.com/getsentry/sentry-react-native/pull/6105))
1821
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#9121)
1922
- [diff](https://github.com/getsentry/sentry-cocoa/compare/9.12.0...9.12.1)

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.40.0'
59-
debugImplementation 'io.sentry:sentry-spotlight:8.40.0'
58+
api 'io.sentry:sentry-android:8.41.0'
59+
debugImplementation 'io.sentry:sentry-spotlight:8.41.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.40.0'
23+
compileOnly 'io.sentry:sentry-android:8.41.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.40.0'
21+
compileOnly 'io.sentry:sentry:8.41.0'
2222
}

0 commit comments

Comments
 (0)