-
Notifications
You must be signed in to change notification settings - Fork 31
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
Move to Gradle dependencies #11
Conversation
I propose that you move to Gradle based dependency rather than a dependent plugin. When you link in the other plugin it may cause multiple dexing issues with other plugins.
I agree, |
What's going on here guys? Our project is experiencing serious pain because of the inability to have phonegap-plugin-push and this analytics plugin installed at the same time. See https://groups.google.com/forum/#!topic/phonegap/u_KG7_M4IJg for my discussion and the phonegap-plugin-push author's feedback. |
+1, this pull request must be merged! If use cordova-plugin-crosswalk-webview without this fix, build throw error:
I use this fix and problem solved! |
This has already been resolved, no? |
@alexanderwallin if you use cordova-plugin-crosswalk-webview, like me, you get error when build APK, otherwise 429adea fix problem. I think d9dba33 a better solution, because it's work always. |
Please, could you fix it with the newest HEAD? |
That's it, can you create a PR from that repo pls? |
I propose that you move to Gradle based dependency rather than a dependent
plugin. When you link in the other plugin it may cause multiple dexing issues
with other plugins.