Skip to content

Commit

Permalink
chore: update scripts/update-android.sh to 7.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored and github-actions[bot] committed Apr 9, 2024
1 parent 93ec8bb commit cad954f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
- Bump CLI from v2.30.0 to v2.30.4 ([#3678](https://github.com/getsentry/sentry-react-native/pull/3678), [#3704](https://github.com/getsentry/sentry-react-native/pull/3704))
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2304)
- [diff](https://github.com/getsentry/sentry-cli/compare/2.30.0...2.30.4)
- Bump Android SDK from v7.5.0 to v7.6.0 ([#3675](https://github.com/getsentry/sentry-react-native/pull/3675))
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#760)
- [diff](https://github.com/getsentry/sentry-java/compare/7.5.0...7.6.0)
- Bump Android SDK from v7.5.0 to v7.7.0 ([#3675](https://github.com/getsentry/sentry-react-native/pull/3675), [#3750](https://github.com/getsentry/sentry-react-native/pull/3750))
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#770)
- [diff](https://github.com/getsentry/sentry-java/compare/7.5.0...7.7.0)

## 5.20.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.6.0'
api 'io.sentry:sentry-android:7.7.0'
}

0 comments on commit cad954f

Please sign in to comment.