Skip to content

Commit f258a92

Browse files
authored
Merge pull request kivy#1521 from wo01/googlerepo
Add google repository at allprojects
2 parents df0866d + fbb5a28 commit f258a92

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pythonforandroid/bootstraps/sdl2/build/templates/build.tmpl.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
buildscript {
33
repositories {
4-
jcenter()
54
google()
5+
jcenter()
66
}
77
dependencies {
88
classpath 'com.android.tools.build:gradle:3.1.4'
@@ -11,6 +11,7 @@ buildscript {
1111

1212
allprojects {
1313
repositories {
14+
google()
1415
jcenter()
1516
flatDir {
1617
dirs 'libs'

0 commit comments

Comments
 (0)