Skip to content

Commit babaa65

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

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
@@ -21,9 +21,9 @@
2121

2222
### Dependencies
2323

24-
- Bump Android SDK from v8.27.0 to v8.27.1 ([#5404](https://github.com/getsentry/sentry-react-native/pull/5404))
25-
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8271)
26-
- [diff](https://github.com/getsentry/sentry-java/compare/8.27.0...8.27.1)
24+
- 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))
25+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8280)
26+
- [diff](https://github.com/getsentry/sentry-java/compare/8.27.0...8.28.0)
2727
- Bump Android SDK Stubs from v8.27.0 to v8.27.1 ([#5405](https://github.com/getsentry/sentry-react-native/pull/5405))
2828
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8271)
2929
- [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)