change all projects template gradle.

This commit is contained in:
Joey
2018-05-23 09:51:02 -07:00
committed by Joshua Granick
parent 994cb444b5
commit 30728c8f28

View File

@@ -19,8 +19,10 @@ allprojects {
jcenter {
url "http://jcenter.bintray.com/"
}
}::if ANDROID_GRADLE_BUILD_DIRECTORY::
buildDir = "::ANDROID_GRADLE_BUILD_DIRECTORY::/::APP_FILE::/${project.name}"::end::
maven {
url "https://maven.google.com"
}
}
}
task clean(type: Delete) {