From 7f7b87d3642e5c4d168e82d820ba2ee1377037a6 Mon Sep 17 00:00:00 2001 From: Tangem Date: Wed, 18 Nov 2020 15:56:30 +0300 Subject: [PATCH] Updated on 2026-08-14 --- app/build.gradle | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index bec0e82735..6dac91f10b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -3,6 +3,7 @@ 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 @@ -39,7 +40,6 @@ android { initWith debug versionNameSuffix "-beta" applicationIdSuffix ".debug" - buildConfigField 'String', 'CONFIG_ENVIRONMENT', '\"dev\"' } } kotlinOptions { @@ -107,11 +107,4 @@ 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