Skip to content

Commit c83dc0c

Browse files
chore: update scripts/update-android.sh to 6.6.0 (#2572)
Co-authored-by: GitHub <[email protected]>
1 parent a71b2ad commit c83dc0c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## Unreleased
4+
5+
### Dependencies
6+
7+
- Bump Android SDK from v6.5.0 to v6.6.0 ([#2572](https://github.com/getsentry/sentry-react-native/pull/2572))
8+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#660)
9+
- [diff](https://github.com/getsentry/sentry-java/compare/6.5.0...6.6.0)
10+
311
## 4.7.1
412

513
### Fixes

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ android {
2424

2525
dependencies {
2626
implementation 'com.facebook.react:react-native:+'
27-
api 'io.sentry:sentry-android:6.5.0'
27+
api 'io.sentry:sentry-android:6.6.0'
2828
}

0 commit comments

Comments
 (0)