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
{{ message }}
This repository has been archived by the owner on Sep 4, 2020. It is now read-only.
Hello, the new cordova supports the framework syntax, where you can pull in dependencies via Gradle, instead of hard coding them and uploading jars, that might result in dependency conflicts.
Is there a specific reason why this plugin does not use the new syntax, or may I try to provide a pull request?
An Example of the new, though a little bit undocumented syntax:
Hello, the new cordova supports the framework syntax, where you can pull in dependencies via Gradle, instead of hard coding them and uploading jars, that might result in dependency conflicts.
Is there a specific reason why this plugin does not use the new syntax, or may I try to provide a pull request?
An Example of the new, though a little bit undocumented syntax:
<framework src="com.google.android.gms:play-services-analytics:+" />
An example where you can see it being used in the plugin.xml
https://github.com/danwilson/google-analytics-plugin/blob/master/plugin.xml
The text was updated successfully, but these errors were encountered: