4
0
mirror of https://github.com/apache/cordova-android.git synced 2025-05-17 17:36:14 +08:00

feat!: upgrade Google Services Gradle Plugin@4.3.5 ()

* feat: upgrade Google Services Gradle Plugin google-services@4.3.5 ()

Co-authored-by: Mosab A <47486787+mosabab@users.noreply.github.com>
This commit is contained in:
エリス 2021-04-13 17:20:54 +09:00 committed by GitHub
parent 6588994586
commit a9ee9196bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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.