Skip to content

Commit e39e3d8

Browse files
committed
Merge remote-tracking branch 'origin/main' into fix/6630-ios-performance-timeorigin
2 parents 32317f7 + fcb71ca commit e39e3d8

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
@@ -26,9 +26,9 @@
2626

2727
### Dependencies
2828

29-
- Bump Android SDK from v8.53.0 to v8.54.0 ([#6624](https://github.com/getsentry/sentry-react-native/pull/6624))
30-
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8540)
31-
- [diff](https://github.com/getsentry/sentry-java/compare/8.53.0...8.54.0)
29+
- Bump Android SDK from v8.53.0 to v8.55.0 ([#6624](https://github.com/getsentry/sentry-react-native/pull/6624), [#6658](https://github.com/getsentry/sentry-react-native/pull/6658))
30+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8550)
31+
- [diff](https://github.com/getsentry/sentry-java/compare/8.53.0...8.55.0)
3232
- Bump Cocoa SDK from v9.24.0 to v9.26.1 ([#6623](https://github.com/getsentry/sentry-react-native/pull/6623))
3333
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#9261)
3434
- [diff](https://github.com/getsentry/sentry-cocoa/compare/9.24.0...9.26.1)

packages/core/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ android {
178178
}
179179
}
180180

181-
def sentryAndroidVersion = '8.54.0'
181+
def sentryAndroidVersion = '8.55.0'
182182

183183
dependencies {
184184
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.54.0'
23+
compileOnly 'io.sentry:sentry-android:8.55.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.54.0'
21+
compileOnly 'io.sentry:sentry:8.55.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.54.0"
10+
val expectedSentryAndroidVersion = "8.55.0"
1111

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

0 commit comments

Comments
 (0)