Skip to content

Commit d615c60

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore: update scripts/update-android.sh to 7.19.0
1 parent 27188a0 commit d615c60

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 v7.14.0 to v7.19.0 ([#6](https://github.com/Aetonix/sentry-react-native/pull/6))
8+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7190)
9+
- [diff](https://github.com/getsentry/sentry-java/compare/7.14.0...7.19.0)
10+
311
## 5.33.0
412

513
### Features

android/build.gradle

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

5555
dependencies {
5656
implementation 'com.facebook.react:react-native:+'
57-
api 'io.sentry:sentry-android:7.14.0'
57+
api 'io.sentry:sentry-android:7.19.0'
5858
}

0 commit comments

Comments
 (0)