From affd2b71a4edfacb20a57da72e926e444e55d11e Mon Sep 17 00:00:00 2001 From: Mygod Date: Sun, 4 Dec 2022 17:12:49 -0500 Subject: [PATCH] Fix GoogleApi crash --- mobile/build.gradle.kts | 1 + 1 file changed, 1 insertion(+) diff --git a/mobile/build.gradle.kts b/mobile/build.gradle.kts index 37bb120a..9607f98c 100644 --- a/mobile/build.gradle.kts +++ b/mobile/build.gradle.kts @@ -82,6 +82,7 @@ dependencies { implementation("be.mygod.librootkotlinx:librootkotlinx:1.0.0") implementation("com.android.billingclient:billing-ktx:5.1.0") implementation("com.github.tiann:FreeReflection:3.1.0") + implementation("com.google.android.gms:play-services-base:18.1.0") // fix for GoogleApiActivity crash implementation("com.google.android.gms:play-services-oss-licenses:17.0.0") implementation("com.google.android.material:material:1.7.0") implementation("com.google.firebase:firebase-analytics-ktx:21.2.0")