So I discovered that it’s the latest versions GameAnalytics & extension_gpgs which cause the dependency clashes… see here
Specifically, it’s these two:
https://github.com/GameAnalytics/GA-SDK-DEFOLD/archive/master.zip
https://github.com/defold/extension-gpgs/archive/master.zip
However using the previous tag stops this clash
https://github.com/GameAnalytics/GA-SDK-DEFOLD/archive/refs/tags/4.2.6.zip
Also extension_gpgs could do with some updating as it’s using play-services-games-v2:20.1.2, but since it’s release 21.0.0 is now required for v2 sign in. I’ve re-packed it for our use.
But we will need to fix this, as we’re actually using AGulev’s fork which is the latest GameAnalytics with OSX removed.