Add support for Gradle build directory (resolve #802)

This commit is contained in:
Joshua Granick
2017-06-05 15:34:20 -07:00
parent e524c8c0ba
commit d736579bfe
2 changed files with 21 additions and 2 deletions

View File

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