Removed mavenLocal

This commit is contained in:
Caesar2011
2019-02-05 15:50:24 +01:00
parent d5d867f4b5
commit 46429d3afe

View File

@@ -2,12 +2,11 @@
buildscript {
repositories {
/*google()
google()
jcenter()
maven {
url "https://jitpack.io"
}*/
mavenLocal()
}
}
dependencies {
classpath 'com.android.tools.build:gradle:3.3.0'
@@ -19,12 +18,11 @@ buildscript {
allprojects {
repositories {
/*google()
google()
jcenter()
maven {
url "https://jitpack.io"
}*/
mavenLocal()
}
}
gradle.projectsEvaluated {