diff --git a/app/build.gradle.kts b/app/build.gradle.kts index d489eaf09..7f0edca40 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -172,7 +172,7 @@ dependencies { "fullImplementation"("com.google.android.gms:play-services-threadnetwork:16.0.0") "fullImplementation"(platform("com.google.firebase:firebase-bom:32.1.0")) "fullImplementation"("com.google.firebase:firebase-messaging") - "fullImplementation"("io.sentry:sentry-android:6.19.1") + "fullImplementation"("io.sentry:sentry-android:6.21.0") "fullImplementation"("org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.7.1") "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 f37b3a2dd..ff94fff90 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") implementation(platform("com.google.firebase:firebase-bom:32.1.0")) implementation("com.google.firebase:firebase-messaging") - implementation("io.sentry:sentry-android:6.19.1") + implementation("io.sentry:sentry-android:6.21.0") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.7.1") implementation("com.google.android.gms:play-services-wearable:18.0.0") implementation("androidx.wear:wear-remote-interactions:1.0.0")