Hey.
Thanks for the answer.
But edit this gradle files doesn’t affect anything!
C:\Program Files\Stencyl\plaf\haxe\lib\lime\lime\templates\android\template\build.gradle
C:\Program Files\Stencyl\plaf\haxe\lib\lime\lime\templates\extension\dependencies\android\build.gradle
C:\Program Files\Stencyl\plaf\haxe\lib\lime\lime\dependencies\extension-api\build.gradle
So these files are constantly regenerated when the project build starts:
..\games-generated\MyGame\Export\android\bin\deps\extension-api\build.gradle
..\games-generated\MyGame\Export\android\bin\build.gradle
and all the time they have this line:
url "
http://jcenter.bintray.com/"
, and not what is in the files build.gradle inside C:\Program Files\Stencyl\plaf\haxe\lib\lime\lime\ !!!
What's the matter?