Skip to content

Commit b0384ed

Browse files
committed
Merge branch 'main' into antonis/3859-newCaptureFeedbackAPI-Form
2 parents 76518cc + d16beca commit b0384ed

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@
6767
- Bump CLI from v2.38.2 to v2.39.1 ([#4305](https://github.com/getsentry/sentry-react-native/pull/4305), [#4316](https://github.com/getsentry/sentry-react-native/pull/4316))
6868
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2391)
6969
- [diff](https://github.com/getsentry/sentry-cli/compare/2.38.2...2.39.1)
70-
- Bump Android SDK from v7.18.0 to v7.19.0 ([#4329](https://github.com/getsentry/sentry-react-native/pull/4329), [#4365](https://github.com/getsentry/sentry-react-native/pull/4365))
71-
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7190)
72-
- [diff](https://github.com/getsentry/sentry-java/compare/7.18.0...7.19.0)
70+
- Bump Android SDK from v7.18.0 to v7.19.1 ([#4329](https://github.com/getsentry/sentry-react-native/pull/4329), [#4365](https://github.com/getsentry/sentry-react-native/pull/4365), [#4405](https://github.com/getsentry/sentry-react-native/pull/4405))
71+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7191)
72+
- [diff](https://github.com/getsentry/sentry-java/compare/7.18.0...7.19.1)
7373
- Bump JavaScript SDK from v8.40.0 to v8.47.0 ([#4351](https://github.com/getsentry/sentry-react-native/pull/4351), [#4325](https://github.com/getsentry/sentry-react-native/pull/4325), [#4371](https://github.com/getsentry/sentry-react-native/pull/4371), [#4382](https://github.com/getsentry/sentry-react-native/pull/4382), [#4388](https://github.com/getsentry/sentry-react-native/pull/4388), [#4393](https://github.com/getsentry/sentry-react-native/pull/4393))
7474
- [changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#8470)
7575
- [diff](https://github.com/getsentry/sentry-javascript/compare/8.40.0...8.47.0)

packages/core/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.19.0'
57+
api 'io.sentry:sentry-android:7.19.1'
5858
}

0 commit comments

Comments
 (0)