change all projects template gradle.
This commit is contained in:
@@ -19,8 +19,10 @@ allprojects {
|
|||||||
jcenter {
|
jcenter {
|
||||||
url "http://jcenter.bintray.com/"
|
url "http://jcenter.bintray.com/"
|
||||||
}
|
}
|
||||||
}::if ANDROID_GRADLE_BUILD_DIRECTORY::
|
maven {
|
||||||
buildDir = "::ANDROID_GRADLE_BUILD_DIRECTORY::/::APP_FILE::/${project.name}"::end::
|
url "https://maven.google.com"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
task clean(type: Delete) {
|
task clean(type: Delete) {
|
||||||
|
|||||||
Reference in New Issue
Block a user