From 3e296af1b6b9dc96b43b21e9326fafd6df4c9e03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kry=C5=A1tof=20Wold=C5=99ich?= <31292499+krystofwoldrich@users.noreply.github.com> Date: Wed, 30 Nov 2022 11:02:08 +0100 Subject: [PATCH] Revert "chore(deps): update Android SDK to v6.9.0 (#2643)" (#2651) --- CHANGELOG.md | 8 -------- android/build.gradle | 2 +- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b68f525265..ece8a5d3c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,5 @@ # Changelog -## Unreleased - -### Dependencies - -- Bump Android SDK from v6.8.0 to v6.9.0 ([#2643](https://github.com/getsentry/sentry-react-native/pull/2643)) - - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#690) - - [diff](https://github.com/getsentry/sentry-java/compare/6.8.0...6.9.0) - ## 4.10.0 ### Features diff --git a/android/build.gradle b/android/build.gradle index aa2243d9af..1fa5ce57d1 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -24,5 +24,5 @@ android { dependencies { implementation 'com.facebook.react:react-native:+' - api 'io.sentry:sentry-android:6.9.0' + api 'io.sentry:sentry-android:6.8.0' }