Skip to content

Commit 9dabcce

Browse files
chore: update scripts/update-android.sh to 7.19.0 (#4365)
Co-authored-by: GitHub <noreply@github.com>
1 parent a84dace commit 9dabcce

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
@@ -53,9 +53,9 @@
5353
- Bump CLI from v2.38.2 to v2.39.1 ([#4305](https://github.com/getsentry/sentry-react-native/pull/4305), [#4316](https://github.com/getsentry/sentry-react-native/pull/4316))
5454
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2391)
5555
- [diff](https://github.com/getsentry/sentry-cli/compare/2.38.2...2.39.1)
56-
- Bump Android SDK from v7.18.0 to v7.18.1 ([#4329](https://github.com/getsentry/sentry-react-native/pull/4329))
57-
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7181)
58-
- [diff](https://github.com/getsentry/sentry-java/compare/7.18.0...7.18.1)
56+
- Bump Android SDK from v7.18.0 to v7.19.0 ([#4329](https://github.com/getsentry/sentry-react-native/pull/4329), [#4365](https://github.com/getsentry/sentry-react-native/pull/4365))
57+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7190)
58+
- [diff](https://github.com/getsentry/sentry-java/compare/7.18.0...7.19.0)
5959
- Bump JavaScript SDK from v8.40.0 to v8.41.0 ([#4351](https://github.com/getsentry/sentry-react-native/pull/4351))
6060
- [changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#8410)
6161
- [diff](https://github.com/getsentry/sentry-javascript/compare/8.40.0...8.41.0)

packages/core/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,5 @@ android {
5454

5555
dependencies {
5656
implementation 'com.facebook.react:react-native:+'
57-
api 'io.sentry:sentry-android:7.18.1'
57+
api 'io.sentry:sentry-android:7.19.0'
5858
}

0 commit comments

Comments
 (0)