Skip to content

Commit 2cf9353

Browse files
authored
chore: update scripts/update-android.sh to 8.29.0
1 parent 967adab commit 2cf9353

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+
### Features
6+
7+
- Bump Android SDK from v6.3.1 to v8.29.0 ([#194](https://github.com/G2Patrik/sentry-react-native/pull/194))
8+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8290)
9+
- [diff](https://github.com/getsentry/sentry-java/compare/6.3.1...8.29.0)
10+
311
## 4.2.4
412

513
### Fixes

android/build.gradle

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

2626
dependencies {
2727
implementation 'com.facebook.react:react-native:+'
28-
api 'io.sentry:sentry-android:6.3.1'
28+
api 'io.sentry:sentry-android:8.29.0'
2929
}

0 commit comments

Comments
 (0)