You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by er...@apache.org on 2021/03/31 00:36:12 UTC

[cordova-android] 01/01: Revert "feat: upgrade Google Services Gradle Plugin google-services@4.3.5 (#1177)"

This is an automated email from the ASF dual-hosted git repository.

erisu pushed a commit to branch revert-1177-patch-4
in repository https://gitbox.apache.org/repos/asf/cordova-android.git

commit 5638f2778062431772b50e3400358669313f0136
Author: エリス <er...@users.noreply.github.com>
AuthorDate: Wed Mar 31 09:36:02 2021 +0900

    Revert "feat: upgrade Google Services Gradle Plugin google-services@4.3.5 (#1177)"
    
    This reverts commit e8ec3b1e37651e36277d516b90f10f94da21bb33.
---
 bin/templates/project/app/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/templates/project/app/build.gradle b/bin/templates/project/app/build.gradle
index 7f82d47..16cfe01 100644
--- a/bin/templates/project/app/build.gradle
+++ b/bin/templates/project/app/build.gradle
@@ -57,7 +57,7 @@ buildscript {
         }
 
         if(cdvHelpers.getConfigPreference('GradlePluginGoogleServicesEnabled', 'false').toBoolean()) {
-            String defaultGradlePluginGoogleServicesVersion = '4.3.5'
+            String defaultGradlePluginGoogleServicesVersion = '4.2.0'
 
             /**
              * Fetches the user's defined Google Services Plugin Version from config.xml.

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org