rolinger commented on issue #1801:
URL:
https://github.com/apache/cordova-android/issues/1801#issuecomment-2949452644
In the `cdv-gradle-config.json` file I hard set
`"GRADLE_PLUGIN_GOOGLE_SERVICES_VERSION":"4.4.2", and compiled my app again. It
still failed, but back in that json file the plugin version was set back to
4.3.15.
Doing a deeper search in my project/platforms/android folder I only found
two references to the com.google.gms:google-services version:
In platforms\android\app\build.gradle: String
gradlePluginGoogleServicesClassPath =
"com.google.gms:google-services:${cordovaConfig.GRADLE_PLUGIN_GOOGLE_SERVICES_VERSION}"
In platforms\android\cordova-plugin-firebasex\myapp-build.gradle: classpath
'com.google.gms:google-services:4.3.10'
So I am not certain where 4.3.15 keeps getting reset or where to physically
change the version to 4.4.2.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]