Skip to content

Commit 40a3145

Browse files
chore: update scripts/update-android.sh to 8.23.0 (#5232)
Co-authored-by: GitHub <[email protected]>
1 parent fcf742f commit 40a3145

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
@@ -17,9 +17,9 @@
1717
- Bump Cocoa SDK from v8.56.1 to v8.56.2 ([#5214](https://github.com/getsentry/sentry-react-native/pull/5214))
1818
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8562)
1919
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.56.1...8.56.2)
20-
- Bump Android SDK from v8.21.1 to v8.22.0 ([#5193](https://github.com/getsentry/sentry-react-native/pull/5193), [#5194](https://github.com/getsentry/sentry-react-native/pull/5194))
21-
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8220)
22-
- [diff](https://github.com/getsentry/sentry-java/compare/8.21.1...8.22.0)
20+
- Bump Android SDK from v8.21.1 to v8.23.0 ([#5193](https://github.com/getsentry/sentry-react-native/pull/5193), [#5194](https://github.com/getsentry/sentry-react-native/pull/5194), [#5232](https://github.com/getsentry/sentry-react-native/pull/5232))
21+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8230)
22+
- [diff](https://github.com/getsentry/sentry-java/compare/8.21.1...8.23.0)
2323
- Bump CLI from v2.55.0 to v2.56.0 ([#5223](https://github.com/getsentry/sentry-react-native/pull/5223))
2424
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2560)
2525
- [diff](https://github.com/getsentry/sentry-cli/compare/2.55.0...2.56.0)

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

0 commit comments

Comments
 (0)