Skip to content

Commit 49c202c

Browse files
Revert "chore(deps): update Android SDK to v6.9.0 (#2643)"
This reverts commit fcbe8ce.
1 parent 3e5cfc3 commit 49c202c

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

CHANGELOG.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@
77
### Fixes
88

99
- Add missing source Spec for RNSentry Codegen. ([#2639](https://github.com/getsentry/sentry-react-native/pull/2639))
10-
### Dependencies
11-
12-
- Bump Android SDK from v6.8.0 to v6.9.0 ([#2643](https://github.com/getsentry/sentry-react-native/pull/2643))
13-
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#690)
14-
- [diff](https://github.com/getsentry/sentry-java/compare/6.8.0...6.9.0)
1510

1611
## 4.10.0
1712

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ android {
4242

4343
dependencies {
4444
implementation 'com.facebook.react:react-native:+'
45-
api 'io.sentry:sentry-android:6.9.0'
45+
api 'io.sentry:sentry-android:6.8.0'
4646
}

0 commit comments

Comments
 (0)