I know you’re working on a better way of handling android extensions but I have a problem with the dependencies atm. Really dont understand which ones I have and which ones I need.
I have these atm:
https://api.playfab.com/sdks/download/defold,
https://github.com/defold/extension-firebase/archive/master.zip,
https://github.com/defold/extension-firebase-core/archive/master.zip,
https://github.com/defold/extension-gps/archive/master.zip,
https://github.com/AGulev/defold-sharing/archive/master.zip,
https://github.com/defold/extension-facebook/archive/2.2.7.zip,
https://github.com/subsoap/defos/archive/master.zip,
https://github.com/defold/extension-iap/archive/master.zip
,https://github.com/defold/extension-push/archive/master.zip,
But in the push extension documents the dependencies are these:
https://github.com/defold/android-base-extensions/releases/download/1.0.0/firebase-core-16.0.8.zip,
https://github.com/defold/android-base-extensions/releases/download/1.0.0/firebase-messaging-17.3.4.zip,
https://github.com/defold/android-base-extensions/releases/download/1.0.0/gps-base-16.0.1.zip,
https://github.com/defold/android-base-extensions/releases/download/1.0.0/gps-measurement-16.4.0.zip,
https://github.com/defold/android-base-extensions/releases/download/1.0.0/support-v4-26.1.0.zip
However I remove or add these I get build errors (duplicate resources or things missing). Really dont understand what to do here and what do I really need.
Some help please?