Skip to content

Commit ad7a627

Browse files
authored
chore(deps): v7: update Android SDK to v8.20.0 (#5106)
* chore(ci): v7: Handle GH runner image deprecations * chore(deps): v7: update Android SDK to v8.20.0 * Adds changelog * Set specific xcode version for expo (see expo/expo#36830)
1 parent 159ee8e commit ad7a627

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
@@ -14,9 +14,9 @@
1414

1515
### Dependencies
1616

17-
- Bump Android SDK from v8.17.0 to v8.19.0 ([#5034](https://github.com/getsentry/sentry-react-native/pull/5034), [#5063](https://github.com/getsentry/sentry-react-native/pull/5063))
18-
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8190)
19-
- [diff](https://github.com/getsentry/sentry-java/compare/8.17.0...8.19.0)
17+
- Bump Android SDK from v8.17.0 to v8.20.0 ([#5034](https://github.com/getsentry/sentry-react-native/pull/5034), [#5063](https://github.com/getsentry/sentry-react-native/pull/5063), [#5106](https://github.com/getsentry/sentry-react-native/pull/5106))
18+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8200)
19+
- [diff](https://github.com/getsentry/sentry-java/compare/8.17.0...8.20.0)
2020

2121
## 7.0.0-rc.1
2222

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

0 commit comments

Comments
 (0)