Skip to content

Commit

Permalink
chore: update scripts/update-android.sh to 6.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored Nov 30, 2022
1 parent 5add8d1 commit 405799f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@

- Android builds without ext config, auto create assets dir for modules ([#2652](https://github.com/getsentry/sentry-react-native/pull/2652))

### Dependencies

- Bump Android SDK from v6.8.0 to v6.9.0 ([#2653](https://github.com/getsentry/sentry-react-native/pull/2653))
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#690)
- [diff](https://github.com/getsentry/sentry-java/compare/6.8.0...6.9.0)

## 4.10.0

### Features
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.8.0'
api 'io.sentry:sentry-android:6.9.0'
}

0 comments on commit 405799f

Please sign in to comment.