close
The Wayback Machine - https://web.archive.org/web/20201006222335/https://github.com/meteor/meteor/issues/11168
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Google Services 4.3.0 must now add DisableVersionCheck = true #11168

Open
Wade-BuildOtto opened this issue Sep 10, 2020 · 0 comments
Open

Google Services 4.3.0 must now add DisableVersionCheck = true #11168

Wade-BuildOtto opened this issue Sep 10, 2020 · 0 comments

Comments

@Wade-BuildOtto
Copy link

@Wade-BuildOtto Wade-BuildOtto commented Sep 10, 2020

I have been having conflict issues with incompatible versions of google plugins, and have pulled together as much information as I can find, I have removed the gradle plugin from pre Cordova 9

[email protected] - removed now included in Cordova 9.+

and have added to mobile-config.js

App.setPreference('AndroidXEnabled', 'true', 'android');
App.setPreference('GradlePluginGoogleServicesEnabled', true);
App.setPreference('GradlePluginGoogleServicesVersion', '4.3.3');

from what I have found which has lots of likes and praise adding the disableversioncheck to build.gradle
not sure how to apply these setting but they would seemingly solve compatibility issues.

"Starting with com.google.gms:google-services:4.3.0 you must now instead add the following to the bottom of your app/build.gradle, after the apply.

googleServices { disableVersionCheck = true }
This also works with previous version of com.google.gms:google-services."

OneSignal/OneSignal-Gradle-Plugin#37 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.