Fixed build settings (thanks to Tae Hanazono!)

This commit is contained in:
Martin Felis
2018-12-10 22:39:52 +01:00
parent 692ce8bb51
commit fc85623f10
3 changed files with 8 additions and 10 deletions
-4
View File
@@ -27,7 +27,3 @@ dependencies {
api 'androidx.appcompat:appcompat:1.1.0-alpha01'
api project(':love')
}
repositories {
google()
}
+8 -1
View File
@@ -1,9 +1,16 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
allprojects {
repositories {
google()
jcenter()
}
}
buildscript {
repositories {
jcenter()
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.2.1'
-5
View File
@@ -51,8 +51,3 @@ dependencies {
api fileTree(dir: 'libs', include: ['*.jar'])
api 'androidx.appcompat:appcompat:1.1.0-alpha01'
}
repositories {
google()
jcenter()
}