Skip to content

Commit 6d12e7a

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore: update scripts/update-android.sh to 8.28.0
1 parent a699d13 commit 6d12e7a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020

2121
### Dependencies
2222

23-
- Bump Android SDK from v8.27.0 to v8.27.1 ([#5404](https://github.com/getsentry/sentry-react-native/pull/5404))
24-
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8271)
25-
- [diff](https://github.com/getsentry/sentry-java/compare/8.27.0...8.27.1)
23+
- Bump Android SDK from v8.27.0 to v8.28.0 ([#5404](https://github.com/getsentry/sentry-react-native/pull/5404), [#5438](https://github.com/getsentry/sentry-react-native/pull/5438))
24+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8280)
25+
- [diff](https://github.com/getsentry/sentry-java/compare/8.27.0...8.28.0)
2626
- Bump Android SDK Stubs from v8.27.0 to v8.27.1 ([#5405](https://github.com/getsentry/sentry-react-native/pull/5405))
2727
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8271)
2828
- [diff](https://github.com/getsentry/sentry-java/compare/8.27.0...8.27.1)

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.27.1'
58+
api 'io.sentry:sentry-android:8.28.0'
5959
}

0 commit comments

Comments
 (0)