Update build.gradle

This commit is contained in:
Joshua Granick
2018-05-31 13:58:42 -07:00
committed by GitHub
parent 30728c8f28
commit dccc2da7cb

View File

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