豆豆友情提示:这是一个非官方 GitHub 代理镜像,主要用于网络测试或访问加速。请勿在此进行登录、注册或处理任何敏感信息。进行这些操作请务必访问官方网站 github.com。 Raw 内容也通过此代理提供。
Skip to content

Commit 3d377b5

Browse files
chore: update scripts/update-android.sh to 8.39.1 (#6010)
Co-authored-by: GitHub <noreply@github.com>
1 parent f080821 commit 3d377b5

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
@@ -17,6 +17,9 @@
1717
- Bump JavaScript SDK from v10.48.0 to v10.49.0 ([#6011](https://github.com/getsentry/sentry-react-native/pull/6011))
1818
- [changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#10490)
1919
- [diff](https://github.com/getsentry/sentry-javascript/compare/10.48.0...10.49.0)
20+
- Bump Android SDK from v8.38.0 to v8.39.1 ([#6010](https://github.com/getsentry/sentry-react-native/pull/6010))
21+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8391)
22+
- [diff](https://github.com/getsentry/sentry-java/compare/8.38.0...8.39.1)
2023

2124
## 8.8.0
2225

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

0 commit comments

Comments
 (0)