Remove dependency that caused beta to fail to publish. (#2991)

This commit is contained in:
Justin Bassett 2022-10-25 17:11:17 -04:00 committed by GitHub
parent a64565108b
commit fa001ffc29
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -164,7 +164,6 @@ dependencies {
"fullImplementation"("com.google.android.gms:play-services-location:20.0.0")
"fullImplementation"(platform("com.google.firebase:firebase-bom:30.4.1"))
"fullImplementation"("com.google.firebase:firebase-analytics")
"fullImplementation"("com.google.firebase:firebase-messaging")
"fullImplementation"("io.sentry:sentry-android:6.5.0")
"fullImplementation"("org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.6.4")