Skip to content

Commit

Permalink
chore: update scripts/update-android.sh to 6.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored May 30, 2023
1 parent 7af4a5a commit 8a638e7
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.52.1 ([#3071](https://github.com/getsentry/sentry-react-native/pull/3071))
- [changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#7521)
- [diff](https://github.com/getsentry/sentry-javascript/compare/7.52.0...7.52.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.20.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#6200)
- [diff](https://github.com/getsentry/sentry-java/compare/6.18.1...6.20.0)

## 5.5.0

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.20.0'
}

0 comments on commit 8a638e7

Please sign in to comment.