We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df0866d commit fbb5a28Copy full SHA for fbb5a28
pythonforandroid/bootstraps/sdl2/build/templates/build.tmpl.gradle
@@ -1,8 +1,8 @@
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
buildscript {
3
repositories {
4
- jcenter()
5
google()
+ jcenter()
6
}
7
dependencies {
8
classpath 'com.android.tools.build:gradle:3.1.4'
@@ -11,6 +11,7 @@ buildscript {
11
12
allprojects {
13
14
+ google()
15
jcenter()
16
flatDir {
17
dirs 'libs'
0 commit comments