Skip to content

Commit d16beca

Browse files
chore: update scripts/update-android.sh to 7.19.1 (#4405)
Co-authored-by: GitHub <[email protected]>
1 parent d8e8c67 commit d16beca

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@
4646
- 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))
4747
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2391)
4848
- [diff](https://github.com/getsentry/sentry-cli/compare/2.38.2...2.39.1)
49-
- 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))
50-
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7190)
51-
- [diff](https://github.com/getsentry/sentry-java/compare/7.18.0...7.19.0)
49+
- Bump Android SDK from v7.18.0 to v7.19.1 ([#4329](https://github.com/getsentry/sentry-react-native/pull/4329), [#4365](https://github.com/getsentry/sentry-react-native/pull/4365), [#4405](https://github.com/getsentry/sentry-react-native/pull/4405))
50+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7191)
51+
- [diff](https://github.com/getsentry/sentry-java/compare/7.18.0...7.19.1)
5252
- Bump JavaScript SDK from v8.40.0 to v8.47.0 ([#4351](https://github.com/getsentry/sentry-react-native/pull/4351), [#4325](https://github.com/getsentry/sentry-react-native/pull/4325), [#4371](https://github.com/getsentry/sentry-react-native/pull/4371), [#4382](https://github.com/getsentry/sentry-react-native/pull/4382), [#4388](https://github.com/getsentry/sentry-react-native/pull/4388), [#4393](https://github.com/getsentry/sentry-react-native/pull/4393))
5353
- [changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#8470)
5454
- [diff](https://github.com/getsentry/sentry-javascript/compare/8.40.0...8.47.0)

packages/core/android/build.gradle

+1-1
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.19.0'
57+
api 'io.sentry:sentry-android:7.19.1'
5858
}

0 commit comments

Comments
 (0)