Merged in azarrias/love-android-sdl2/0.10.x (pull request #18)

Add needed google repository to build.gradle
This commit is contained in:
Adolfo Zarrias
2019-07-01 13:56:12 +00:00
committed by Alex Szpakowski
+12
View File
@@ -1,7 +1,15 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
allprojects {
repositories {
google()
jcenter()
}
}
buildscript {
repositories {
google()
jcenter()
}
dependencies {
@@ -15,3 +23,7 @@ buildscript {
task clean(type: Delete) {
delete rootProject.buildDir
}
repositories {
google()
}