Skip to content

Commit 787a8e7

Browse files
chore(deps): update Android SDK to v6.34.0 (#3408)
Co-authored-by: GitHub <[email protected]>
1 parent e9fea85 commit 787a8e7

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66

77
- Add iOS profiles to React Native Profiling ([#3349](https://github.com/getsentry/sentry-react-native/pull/3349))
88

9+
### Dependencies
10+
11+
- Bump Android SDK from v6.33.1 to v6.34.0 ([#3408](https://github.com/getsentry/sentry-react-native/pull/3408))
12+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6340)
13+
- [diff](https://github.com/getsentry/sentry-java/compare/6.33.1...6.34.0)
14+
915
## 5.13.0
1016

1117
### 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:6.33.1'
57+
api 'io.sentry:sentry-android:6.34.0'
5858
}

0 commit comments

Comments
 (0)