diff --git a/pythonforandroid/bootstraps/sdl2/build/templates/build.tmpl.gradle b/pythonforandroid/bootstraps/sdl2/build/templates/build.tmpl.gradle index c8bcd80118..32bd091b72 100644 --- a/pythonforandroid/bootstraps/sdl2/build/templates/build.tmpl.gradle +++ b/pythonforandroid/bootstraps/sdl2/build/templates/build.tmpl.gradle @@ -1,8 +1,8 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { repositories { - jcenter() google() + jcenter() } dependencies { classpath 'com.android.tools.build:gradle:3.1.4' @@ -11,6 +11,7 @@ buildscript { allprojects { repositories { + google() jcenter() flatDir { dirs 'libs'