Skip to content

Commit

Permalink
chore: update scripts/update-android.sh to 6.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored Dec 21, 2022
1 parent b308bb5 commit 48fc0c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
- Bump JavaScript SDK from v7.26.0 to v7.28.0 ([#2705](https://github.com/getsentry/sentry-react-native/pull/2705), [#2709](https://github.com/getsentry/sentry-react-native/pull/2709))
- [changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md#7280)
- [diff](https://github.com/getsentry/sentry-javascript/compare/7.26.0...7.28.0)
- Bump Android SDK from v6.9.2 to v6.10.0 ([#2704](https://github.com/getsentry/sentry-react-native/pull/2704))
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6100)
- [diff](https://github.com/getsentry/sentry-java/compare/6.9.2...6.10.0)

## 4.12.0

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

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

0 comments on commit 48fc0c8

Please sign in to comment.