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/04/13 08:21:01 UTC

[cordova-android] branch master updated: feat!: upgrade Google Services Gradle Plugin@4.3.5 (#1199)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new a9ee919  feat!: upgrade Google Services Gradle Plugin@4.3.5 (#1199)
a9ee919 is described below

commit a9ee9196bda2fa6e18f74fb1677258a7b667a4e6
Author: エリス <er...@users.noreply.github.com>
AuthorDate: Tue Apr 13 17:20:54 2021 +0900

    feat!: upgrade Google Services Gradle Plugin@4.3.5 (#1199)
    
    * feat: upgrade Google Services Gradle Plugin google-services@4.3.5 (#1177)
    
    Co-authored-by: Mosab A <47...@users.noreply.github.com>
---
 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 16cfe01..7f82d47 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.2.0'
+            String defaultGradlePluginGoogleServicesVersion = '4.3.5'
 
             /**
              * 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