chemerisuk / cordova-support-google-services

DEPRECATED. Cordova plugin to add google services support
MIT License
41 stars 106 forks source link

This plugin can now be archieved #38

Closed sagrawal31 closed 4 years ago

sagrawal31 commented 4 years ago

Thanks for this simple yet powerful plugin which has solved pain of many Cordova developers.

A new version of cordova-android (9.0.0) was released yesterday which now supports a configuration GoogleServicesVersion which can be added in config.xml to enable the GoogleServicesPlugin.

So considering this new setting, this plugin can be achieved and the same can be updated & conveyed via README.md.

The PR- https://github.com/apache/cordova-android/pull/893/files

chemerisuk commented 4 years ago

This is great news indeed. I will update the repo. Can you help with the testing? I can’t migrate my projects to the latest cordova-android at present.

chemerisuk commented 4 years ago

https://github.com/chemerisuk/cordova-support-google-services/commit/5fd94d9459983409d1bd2c9eca10ec80272b1305

Patched version published as v1.4.1.

sagrawal31 commented 4 years ago

That was pretty fast @chemerisuk Appreciate that. I'll be happy to test stuff.