Skip to content

Commit 6bd9054

Browse files
github-actions[bot]web-flowantonis
authored
chore(deps): update Android SDK to v8.29.0 (#5476)
* chore: update scripts/update-android.sh to 8.29.0 * chore(deps): update Android SDK Stubs to v8.29.0 (#5475) * chore: update scripts/update-android-stubs.sh to 8.29.0 * Update stub --------- Co-authored-by: GitHub <noreply@github.com> Co-authored-by: Antonis Lilis <antonis.lilis@sentry.io> * Remove iOS restriction from the changelog --------- Co-authored-by: GitHub <noreply@github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Antonis Lilis <antonis.lilis@sentry.io>
1 parent ebf60f9 commit 6bd9054

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

CHANGELOG.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
### Features
1212

13-
- Adds Metrics Beta for iOS ([#5402](https://github.com/getsentry/sentry-react-native/pull/5402))
13+
- Adds Metrics Beta ([#5402](https://github.com/getsentry/sentry-react-native/pull/5402))
1414
- Improves Expo Router integration to optionally include full paths to components instead of just component names ([#5414](https://github.com/getsentry/sentry-react-native/pull/5414))
1515
- Report slow and frozen frames as TTID/TTFD span data ([#5419](https://github.com/getsentry/sentry-react-native/pull/5419))
1616
- Report slow and frozen frames on spans created through the API ([#5420](https://github.com/getsentry/sentry-react-native/issues/5420))
@@ -22,12 +22,12 @@
2222

2323
### Dependencies
2424

25-
- Bump Android SDK from v8.27.0 to v8.28.0 ([#5404](https://github.com/getsentry/sentry-react-native/pull/5404), [#5438](https://github.com/getsentry/sentry-react-native/pull/5438))
26-
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8280)
27-
- [diff](https://github.com/getsentry/sentry-java/compare/8.27.0...8.28.0)
28-
- Bump Android SDK Stubs from v8.27.0 to v8.28.0 ([#5405](https://github.com/getsentry/sentry-react-native/pull/5405), [#5439](https://github.com/getsentry/sentry-react-native/pull/5439))
29-
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8280)
30-
- [diff](https://github.com/getsentry/sentry-java/compare/8.27.0...8.28.0)
25+
- Bump Android SDK from v8.27.0 to v8.29.0 ([#5404](https://github.com/getsentry/sentry-react-native/pull/5404), [#5438](https://github.com/getsentry/sentry-react-native/pull/5438), [#5476](https://github.com/getsentry/sentry-react-native/pull/5476))
26+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8290)
27+
- [diff](https://github.com/getsentry/sentry-java/compare/8.27.0...8.29.0)
28+
- Bump Android SDK Stubs from v8.27.0 to v8.29.0 ([#5405](https://github.com/getsentry/sentry-react-native/pull/5405), [#5439](https://github.com/getsentry/sentry-react-native/pull/5439), [#5475](https://github.com/getsentry/sentry-react-native/pull/5475))
29+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8290)
30+
- [diff](https://github.com/getsentry/sentry-java/compare/8.27.0...8.29.0)
3131
- Bump JavaScript SDK from v10.26.0 to v10.30.0 ([#5406](https://github.com/getsentry/sentry-react-native/pull/5406), [#5429](https://github.com/getsentry/sentry-react-native/pull/5429), [#5442](https://github.com/getsentry/sentry-react-native/pull/5442), [#5454](https://github.com/getsentry/sentry-react-native/pull/5454))
3232
- [changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#10300)
3333
- [diff](https://github.com/getsentry/sentry-javascript/compare/10.26.0...10.30.0)

packages/core/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,5 @@ android {
5555
dependencies {
5656
compileOnly files('libs/replay-stubs.jar')
5757
implementation 'com.facebook.react:react-native:+'
58-
api 'io.sentry:sentry-android:8.28.0'
58+
api 'io.sentry:sentry-android:8.29.0'
5959
}
2 Bytes
Binary file not shown.

packages/core/android/replay-stubs/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ tasks.named('jar', Jar) {
1818
}
1919

2020
dependencies {
21-
compileOnly 'io.sentry:sentry:8.28.0'
21+
compileOnly 'io.sentry:sentry:8.29.0'
2222
}

0 commit comments

Comments
 (0)