Skip to content

Commit 5762844

Browse files
authored
bump Android SDK 7.12.0 (#3952)
1 parent 07a2ff8 commit 5762844

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,11 @@
1111
### Dependencies
1212

1313
- Bump Cocoa SDK from v8.30.0 to v8.30.1 ([#3936](https://github.com/getsentry/sentry-react-native/pull/3936))
14-
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8301)
14+
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8310)
1515
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.30.0...8.30.1)
16+
- Bump Android SDK from v7.11.0 to v7.12.0 ([#3950](https://github.com/getsentry/sentry-react-native/pull/3949))
17+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7120)
18+
- [diff](https://github.com/getsentry/sentry-java/compare/7.11.0...7.12.0)
1619

1720
## 5.25.0
1821

android/build.gradle

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

5555
dependencies {
5656
implementation 'com.facebook.react:react-native:+'
57-
api 'io.sentry:sentry-android:7.11.0'
57+
api 'io.sentry:sentry-android:7.12.0'
5858
}

0 commit comments

Comments
 (0)