8000
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.
2 parents df0866d + fbb5a28 commit f258a92Copy full SHA for f258a92
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