Skip to content

Commit e8a6530

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore: update scripts/update-android.sh to 8.47.0
1 parent bfba737 commit e8a6530

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@
3737

3838
### Dependencies
3939

40-
- Bump Android SDK from v8.45.0 to v8.46.0 ([#6357](https://github.com/getsentry/sentry-react-native/pull/6357))
41-
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8460)
42-
- [diff](https://github.com/getsentry/sentry-java/compare/8.45.0...8.46.0)
40+
- Bump Android SDK from v8.45.0 to v8.47.0 ([#6357](https://github.com/getsentry/sentry-react-native/pull/6357), [#6391](https://github.com/getsentry/sentry-react-native/pull/6391))
41+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8470)
42+
- [diff](https://github.com/getsentry/sentry-java/compare/8.45.0...8.47.0)
4343
- Bump JavaScript SDK from v10.61.0 to v10.63.0 ([#6361](https://github.com/getsentry/sentry-react-native/pull/6361), [#6388](https://github.com/getsentry/sentry-react-native/pull/6388))
4444
- [changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#10630)
4545
- [diff](https://github.com/getsentry/sentry-javascript/compare/10.61.0...10.63.0)

packages/core/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ android {
163163
}
164164
}
165165

166-
def sentryAndroidVersion = '8.46.0'
166+
def sentryAndroidVersion = '8.47.0'
167167

168168
dependencies {
169169
compileOnly files('libs/replay-stubs.jar')

packages/core/android/expo-handler/build.gradle

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

2121
dependencies {
2222
compileOnly project(':expo-modules-core')
23-
compileOnly 'io.sentry:sentry-android:8.46.0'
23+
compileOnly 'io.sentry:sentry-android:8.47.0'
2424
}
0 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.46.0'
21+
compileOnly 'io.sentry:sentry:8.47.0'
2222
}

packages/core/sentry.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import java.util.concurrent.atomic.AtomicBoolean
77
import java.util.regex.Pattern
88
import javax.inject.Inject
99

10-
val expectedSentryAndroidVersion = "8.46.0"
10+
val expectedSentryAndroidVersion = "8.47.0"
1111

1212
val sentryVersionCheckWarned = AtomicBoolean(false)
1313
project.configurations.configureEach {

0 commit comments

Comments
 (0)