diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 68c0ef1ab..1ba8f2247 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -173,7 +173,7 @@ dependencies { "fullImplementation"("com.google.android.gms:play-services-threadnetwork:16.0.0") "fullImplementation"(platform("com.google.firebase:firebase-bom:31.2.3")) "fullImplementation"("com.google.firebase:firebase-messaging") - "fullImplementation"("io.sentry:sentry-android:6.15.0") + "fullImplementation"("io.sentry:sentry-android:6.17.0") "fullImplementation"("org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.6.4") "fullImplementation"("com.google.android.gms:play-services-wearable:18.0.0") "fullImplementation"("androidx.wear:wear-remote-interactions:1.0.0") diff --git a/automotive/build.gradle.kts b/automotive/build.gradle.kts index c080d5337..e7a200b29 100644 --- a/automotive/build.gradle.kts +++ b/automotive/build.gradle.kts @@ -179,7 +179,7 @@ dependencies { implementation("com.google.android.gms:play-services-threadnetwork:16.0.0-beta02") implementation(platform("com.google.firebase:firebase-bom:31.2.2")) implementation("com.google.firebase:firebase-messaging") - implementation("io.sentry:sentry-android:6.14.0") + implementation("io.sentry:sentry-android:6.17.0") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.6.4") implementation("com.google.android.gms:play-services-wearable:18.0.0") implementation("androidx.wear:wear-remote-interactions:1.0.0")