@@ -27,7 +27,3 @@ dependencies {
api 'androidx.appcompat:appcompat:1.1.0-alpha01'
api project(':love')
}
-
-repositories {
- google()
-}
@@ -1,9 +1,16 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
-buildscript {
+allprojects {
repositories {
+ google()
jcenter()
+ }
+}
+
+buildscript {
+ repositories {
google()
+ jcenter()
dependencies {
classpath 'com.android.tools.build:gradle:3.2.1'
@@ -51,8 +51,3 @@ dependencies {
api fileTree(dir: 'libs', include: ['*.jar'])
- jcenter()