Skip to content

Commit

Permalink
bump Android SDK 7.12.0 (#3952)
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-garcia authored Jul 15, 2024
1 parent 07a2ff8 commit 5762844
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,11 @@
### Dependencies

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

## 5.25.0

Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ android {

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

0 comments on commit 5762844

Please sign in to comment.