Skip to content

Commit 8de2810

Browse files
chore: update scripts/update-android.sh to 7.17.0 (#4266)
Co-authored-by: GitHub <[email protected]>
1 parent 07e58c9 commit 8de2810

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
@@ -50,9 +50,9 @@
5050
- Bump CLI from v2.37.0 to v2.38.2 ([#4200](https://github.com/getsentry/sentry-react-native/pull/4200), [#4220](https://github.com/getsentry/sentry-react-native/pull/4220), [#4231](https://github.com/getsentry/sentry-react-native/pull/4231))
5151
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2382)
5252
- [diff](https://github.com/getsentry/sentry-cli/compare/2.37.0...2.38.2)
53-
- Bump Android SDK from v7.15.0 to v7.16.0 ([#4202](https://github.com/getsentry/sentry-react-native/pull/4202))
54-
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7160)
55-
- [diff](https://github.com/getsentry/sentry-java/compare/7.15.0...7.16.0)
53+
- Bump Android SDK from v7.15.0 to v7.17.0 ([#4202](https://github.com/getsentry/sentry-react-native/pull/4202), [#4266](https://github.com/getsentry/sentry-react-native/pull/4266))
54+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7170)
55+
- [diff](https://github.com/getsentry/sentry-java/compare/7.15.0...7.17.0)
5656
- Bump Cocoa SDK from v8.38.0 to v8.40.1 ([#4212](https://github.com/getsentry/sentry-react-native/pull/4212), [#4239](https://github.com/getsentry/sentry-react-native/pull/4239), [#4248](https://github.com/getsentry/sentry-react-native/pull/4248))
5757
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8401)
5858
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.38.0...8.40.1)

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.16.0'
57+
api 'io.sentry:sentry-android:7.17.0'
5858
}

0 commit comments

Comments
 (0)