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 Apr 3, 2020. It is now read-only.
Since 17 june, Google released new versione of Firebase. Even if nothing changes in config.xml, plugins version and so on, building in Phonegap fails after 17 june if the project includes push notifications (pushwoosh in example). That's because of google Firebase. I tried to build and the error is:
What went wrong:
Execution failed for task ':transformClassesWithJarMergingForRelease'.
so I'm wondering how to fix it, In my opinion, using build-extras.gradle and exclude some library could solve, but I don't know which is the library that causes this problem.
Can you help me?
Thanks
The text was updated successfully, but these errors were encountered:
Since 17 june, Google released new versione of Firebase. Even if nothing changes in config.xml, plugins version and so on, building in Phonegap fails after 17 june if the project includes push notifications (pushwoosh in example). That's because of google Firebase. I tried to build and the error is:
Execution failed for task ':transformClassesWithJarMergingForRelease'.
so I'm wondering how to fix it, In my opinion, using build-extras.gradle and exclude some library could solve, but I don't know which is the library that causes this problem.
Can you help me?
Thanks
The text was updated successfully, but these errors were encountered: