cranberrygame / cordova-plugin-pushnotification-parsepushnotification

16 stars 16 forks source link

Bugfix: Replace hardcoded jar file with framework reference #15

Closed joshmcarthur closed 8 years ago

joshmcarthur commented 8 years ago

Cordova is now intelligent enough to install dependencies using gradle when a valid package identifier is provided. This is greatly preferred to having jar files floating around, as it eliminates duplication of dependencies.

joshmcarthur commented 8 years ago

This is untested, but should work. I've closed as I intended to merge into our own fork, but you may want to consider this for wider distribution