Skip to content

Commit bd634ac

Browse files
chore(deps): update Android SDK to v6.12.1 (#2755)
Co-authored-by: GitHub <noreply@github.com>
1 parent 44b02a7 commit bd634ac

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## Unreleased
4+
5+
### Dependencies
6+
7+
- Bump Android SDK from v6.11.0 to v6.12.1 ([#2755](https://github.com/getsentry/sentry-react-native/pull/2755))
8+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6121)
9+
- [diff](https://github.com/getsentry/sentry-java/compare/6.11.0...6.12.1)
10+
311
## 4.13.0
412

513
### Fixes

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.11.0'
27+
api 'io.sentry:sentry-android:6.12.1'
2828
}

0 commit comments

Comments
 (0)