Skip to content

Commit

Permalink
chore: update scripts/update-android.sh to 6.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored Jun 5, 2023
1 parent a3e554a commit d3fd777
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 @@ -7,9 +7,9 @@
- Bump JavaScript SDK from v7.52.0 to v7.53.1 ([#3071](https://github.com/getsentry/sentry-react-native/pull/3071), [#3088](https://github.com/getsentry/sentry-react-native/pull/3088))
- [changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#7531)
- [diff](https://github.com/getsentry/sentry-javascript/compare/7.52.0...7.53.1)
- Bump Android SDK from v6.18.1 to v6.19.0 ([#3086](https://github.com/getsentry/sentry-react-native/pull/3086))
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6190)
- [diff](https://github.com/getsentry/sentry-java/compare/6.18.1...6.19.0)
- Bump Android SDK from v6.18.1 to v6.21.0 ([#3086](https://github.com/getsentry/sentry-react-native/pull/3086), [#3075](https://github.com/getsentry/sentry-react-native/pull/3075))
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6210)
- [diff](https://github.com/getsentry/sentry-java/compare/6.18.1...6.21.0)
- Bump Cocoa SDK from v8.7.1 to v8.7.3 ([#3076](https://github.com/getsentry/sentry-react-native/pull/3076))
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#873)
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.7.1...8.7.3)
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ android {

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

0 comments on commit d3fd777

Please sign in to comment.