diff --git a/CHANGELOG.md b/CHANGELOG.md index ff1d2c88e1..56020f07aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ - Bump Cocoa SDK from v8.56.1 to v8.56.2 ([#5214](https://github.com/getsentry/sentry-react-native/pull/5214)) - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8562) - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.56.1...8.56.2) -- Bump Android SDK from v8.21.1 to v8.22.0 ([#5193](https://github.com/getsentry/sentry-react-native/pull/5193)) +- 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)) - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8220) - [diff](https://github.com/getsentry/sentry-java/compare/8.21.1...8.22.0) diff --git a/packages/core/android/replay-stubs/build.gradle b/packages/core/android/replay-stubs/build.gradle index 399234671e..c3e606f6a0 100644 --- a/packages/core/android/replay-stubs/build.gradle +++ b/packages/core/android/replay-stubs/build.gradle @@ -18,5 +18,5 @@ tasks.named('jar', Jar) { } dependencies { - compileOnly 'io.sentry:sentry:8.21.1' + compileOnly 'io.sentry:sentry:8.22.0' } diff --git a/scripts/update-android-stubs.sh b/scripts/update-android-stubs.sh old mode 100644 new mode 100755