Skip to content

Commit b94d9b6

Browse files
authored
chore: update scripts/update-android.sh to 6.15.0
1 parent 76d1baf commit b94d9b6

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
- Bump CLI from v2.10.0 to v2.13.0 ([#2848](https://github.com/getsentry/sentry-react-native/pull/2848))
2424
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2130)
2525
- [diff](https://github.com/getsentry/sentry-cli/compare/2.10.0...2.13.0)
26+
- Bump Android SDK from v6.14.0 to v6.15.0 ([#2868](https://github.com/getsentry/sentry-react-native/pull/2868))
27+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6150)
28+
- [diff](https://github.com/getsentry/sentry-java/compare/6.14.0...6.15.0)
2629

2730
## 5.0.0
2831

android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ android {
4242

4343
dependencies {
4444
implementation 'com.facebook.react:react-native:+'
45-
api 'io.sentry:sentry-android:6.14.0'
45+
api 'io.sentry:sentry-android:6.15.0'
4646
}

0 commit comments

Comments
 (0)