Skip to content

Commit 1684b69

Browse files
github-actions[bot]web-flowantonis
committed
chore: update scripts/update-android.sh to 8.43.2 (#6273)
Co-authored-by: GitHub <noreply@github.com> Co-authored-by: Antonis Lilis <antonis.lilis@sentry.io>
1 parent 0c711d4 commit 1684b69

6 files changed

Lines changed: 7 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414

1515
### Dependencies
1616

17+
- Bump Android SDK from v8.43.1 to v8.43.2 ([#6273](https://github.com/getsentry/sentry-react-native/pull/6273))
18+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8432)
19+
- [diff](https://github.com/getsentry/sentry-java/compare/8.43.1...8.43.2)
1720
- Bump Cocoa SDK from v9.16.1 to v9.17.1 ([#6272](https://github.com/getsentry/sentry-react-native/pull/6272))
1821
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#9171)
1922
- [diff](https://github.com/getsentry/sentry-cocoa/compare/9.16.1...9.17.1)

packages/core/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ android {
5252
}
5353
}
5454

55-
def sentryAndroidVersion = '8.43.1'
55+
def sentryAndroidVersion = '8.43.2'
5656

5757
dependencies {
5858
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.43.1'
23+
compileOnly 'io.sentry:sentry-android:8.43.2'
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.43.1'
21+
compileOnly 'io.sentry:sentry:8.43.2'
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.43.1"
10+
val expectedSentryAndroidVersion = "8.43.2"
1111

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

0 commit comments

Comments
 (0)