diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 94938c7c3..71ae80c1c 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -169,7 +169,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.25.0") + "fullImplementation"("io.sentry:sentry-android:6.25.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 105d065f2..b09842cbb 100644 --- a/automotive/build.gradle.kts +++ b/automotive/build.gradle.kts @@ -198,7 +198,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.25.0") + "fullImplementation"("io.sentry:sentry-android:6.25.1") "fullImplementation"("com.google.android.gms:play-services-wearable:18.0.0") "fullImplementation"("androidx.wear:wear-remote-interactions:1.0.0")