From 1d6bac77dd2efa186bc1414b701723c6dd4ca3a0 Mon Sep 17 00:00:00 2001 From: Tangem Date: Wed, 18 Nov 2020 13:51:43 +0300 Subject: [PATCH] Updated on 2026-08-14 --- app/build.gradle | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 6598828e88..bec0e82735 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -3,7 +3,6 @@ apply plugin: 'kotlin-android' apply plugin: 'kotlin-android-extensions' apply plugin: 'kotlin-kapt' apply plugin: 'com.google.firebase.crashlytics' -apply plugin: 'com.google.gms.google-services' android { compileSdkVersion 29 @@ -108,4 +107,11 @@ dependencies { androidTestImplementation 'androidx.test.ext:junit:1.1.2' androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0' +} + +apply plugin: 'com.google.gms.google-services' + +android.applicationVariants.all { variant -> + def googleTask = tasks.findByName("process${variant.name.capitalize()}GoogleServices") + googleTask.enabled = "release".equals(variant.name) } \ No newline at end of file