Revert "feat: upgrade Google Services Gradle Plugin google-services@4.3.5 (#1177)" (#1191)

This reverts commit e8ec3b1e37.
This commit is contained in:
エリス 2021-04-08 14:04:52 +09:00 committed by GitHub
parent 04b0106bca
commit 690ff3f364
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,7 +57,7 @@ buildscript {
} }
if(cdvHelpers.getConfigPreference('GradlePluginGoogleServicesEnabled', 'false').toBoolean()) { 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. * Fetches the user's defined Google Services Plugin Version from config.xml.