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) {