Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore: update scripts/update-android.sh to 7.17.0
  • Loading branch information
web-flow authored and github-actions[bot] committed Nov 14, 2024
commit d780e39e3f973396bacd16383b0705c040b2176e
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@
- Bump CLI from v2.37.0 to v2.38.2 ([#4200](https://github.com/getsentry/sentry-react-native/pull/4200), [#4220](https://github.com/getsentry/sentry-react-native/pull/4220), [#4231](https://github.com/getsentry/sentry-react-native/pull/4231))
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2382)
- [diff](https://github.com/getsentry/sentry-cli/compare/2.37.0...2.38.2)
- Bump Android SDK from v7.15.0 to v7.16.0 ([#4202](https://github.com/getsentry/sentry-react-native/pull/4202))
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7160)
- [diff](https://github.com/getsentry/sentry-java/compare/7.15.0...7.16.0)
- Bump Android SDK from v7.15.0 to v7.17.0 ([#4202](https://github.com/getsentry/sentry-react-native/pull/4202), [#4266](https://github.com/getsentry/sentry-react-native/pull/4266))
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7170)
- [diff](https://github.com/getsentry/sentry-java/compare/7.15.0...7.17.0)
- Bump Cocoa SDK from v8.38.0 to v8.40.1 ([#4212](https://github.com/getsentry/sentry-react-native/pull/4212), [#4239](https://github.com/getsentry/sentry-react-native/pull/4239), [#4248](https://github.com/getsentry/sentry-react-native/pull/4248))
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8401)
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.38.0...8.40.1)
Expand Down
2 changes: 1 addition & 1 deletion packages/core/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ android {

dependencies {
implementation 'com.facebook.react:react-native:+'
api 'io.sentry:sentry-android:7.16.0'
api 'io.sentry:sentry-android:7.17.0'
}
Loading