You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi guys,
I'm building an application that uses this plugin and the aerogear push plugin. The fact is aerogear requires com.google.android.gms:play-services:6.1.11 whereas google maps plugin requires the version from google-play-service plugin.
As the google-play-service plugin is deprecated, I tried using the recommended <framework> tag in plugin.xml, for the moment I'm trying with the 7.8.0 version, don't know if it will work with this version, but it's not important, for now I just want it to compile :-)...
Hi guys,
I'm building an application that uses this plugin and the aerogear push plugin. The fact is aerogear requires
com.google.android.gms:play-services:6.1.11
whereas google maps plugin requires the version from google-play-service plugin.As the google-play-service plugin is deprecated, I tried using the recommended
<framework>
tag inplugin.xml
, for the moment I'm trying with the 7.8.0 version, don't know if it will work with this version, but it's not important, for now I just want it to compile :-)...So I have replaced this:
by this:
However, when I run
cordova build
gradle complains :I have no idea how to handle this version conflict, any help would be appreciated....
The text was updated successfully, but these errors were encountered: