Skip to content

Commit 0c9e960

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore: update scripts/update-android.sh to 8.26.0
1 parent 266bc7e commit 0c9e960

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@
1414
- You can now choose which logs are captured: 'native' for logs from native code only, 'js' for logs from the JavaScript layer only, or 'all' for both layers.
1515
- Takes effect only if `enableLogs` is `true` and defaults to 'all', preserving previous behavior.
1616

17+
### Dependencies
18+
19+
- Bump Android SDK from v8.25.0 to v8.26.0 ([#5364](https://github.com/getsentry/sentry-react-native/pull/5364))
20+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8260)
21+
- [diff](https://github.com/getsentry/sentry-java/compare/8.25.0...8.26.0)
22+
1723
## 7.6.0
1824

1925

packages/core/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,5 @@ android {
5555
dependencies {
5656
compileOnly files('libs/replay-stubs.jar')
5757
implementation 'com.facebook.react:react-native:+'
58-
api 'io.sentry:sentry-android:8.25.0'
58+
api 'io.sentry:sentry-android:8.26.0'
5959
}

0 commit comments

Comments
 (0)