russmedia-digital / cordova-plugin-google-signin

Cordova Google SignIn
Apache License 2.0
11 stars 29 forks source link

Plugin with id 'com.google.gms.google-services' not found #5

Closed jpike88 closed 2 years ago

jpike88 commented 2 years ago

FAILURE: Build failed with an exception.

"cordova-android": "^10.1.2", "cordova": "^11.0.0",

jpike88 commented 2 years ago

Seems more appropriate to use this instead:

<config-file target="config.xml" parent="/*">
          <preference name="GradlePluginGoogleServicesEnabled" value="true" />
          <preference name="GradlePluginGoogleServicesVersion" value="4.3.10" />
</config-file>
jpike88 commented 2 years ago

Just noticed the configureProjectLevelDependency.js file. doesn't seem to be running. looking into

jpike88 commented 2 years ago

never mind, it's a 'before_build' hook action. maybe 'after_prepare' would have been more appropriate, cause I test in android studio