Skip to content

Commit 98a6e43

Browse files
chore(deps): update Android SDK to v6.9.1 (#2653)
Co-authored-by: GitHub <noreply@github.com>
1 parent c4ec9c8 commit 98a6e43

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@
99
- [diff](https://github.com/getsentry/sentry-wizard/compare/v1.2.17...v1.4.0)
1010
- Android builds without ext config, auto create assets dir for modules ([#2652](https://github.com/getsentry/sentry-react-native/pull/2652))
1111

12+
### Dependencies
13+
14+
- Bump Android SDK from v6.8.0 to v6.9.1 ([#2653](https://github.com/getsentry/sentry-react-native/pull/2653))
15+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#691)
16+
- [diff](https://github.com/getsentry/sentry-java/compare/6.8.0...6.9.1)
17+
1218
## 4.10.0
1319

1420
### Features

android/build.gradle

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

2525
dependencies {
2626
implementation 'com.facebook.react:react-native:+'
27-
api 'io.sentry:sentry-android:6.8.0'
27+
api 'io.sentry:sentry-android:6.9.1'
2828
}

0 commit comments

Comments
 (0)