From dccc2da7cbc56221d9ec2c05da9f0068bbb98106 Mon Sep 17 00:00:00 2001 From: Joshua Granick Date: Thu, 31 May 2018 13:58:42 -0700 Subject: [PATCH] Update build.gradle --- templates/android/template/build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/android/template/build.gradle b/templates/android/template/build.gradle index 67f976079..ff0261a0c 100644 --- a/templates/android/template/build.gradle +++ b/templates/android/template/build.gradle @@ -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) {