Skip to content

Commit 335f9fb

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore: update scripts/update-android.sh to 8.44.1
1 parent 09a902f commit 335f9fb

6 files changed

Lines changed: 12 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@
66
> make sure you follow our [migration guide](https://docs.sentry.io/platforms/react-native/migration/) first.
77
<!-- prettier-ignore-end -->
88
9+
## Unreleased
10+
11+
### Dependencies
12+
13+
- Bump Android SDK from v8.44.0 to v8.44.1 ([#6323](https://github.com/getsentry/sentry-react-native/pull/6323))
14+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8441)
15+
- [diff](https://github.com/getsentry/sentry-java/compare/8.44.0...8.44.1)
16+
917
## 8.15.1
1018

1119
### Fixes

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.44.0'
55+
def sentryAndroidVersion = '8.44.1'
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.44.0'
23+
compileOnly 'io.sentry:sentry-android:8.44.1'
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.44.0'
21+
compileOnly 'io.sentry:sentry:8.44.1'
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.44.0"
10+
val expectedSentryAndroidVersion = "8.44.1"
1111

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

0 commit comments

Comments
 (0)