summaryrefslogtreecommitdiffstats
path: root/src/android/templates
diff options
context:
space:
mode:
Diffstat (limited to 'src/android/templates')
-rw-r--r--src/android/templates/build.gradle4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/android/templates/build.gradle b/src/android/templates/build.gradle
index d5b3b93499..c22cd80781 100644
--- a/src/android/templates/build.gradle
+++ b/src/android/templates/build.gradle
@@ -51,6 +51,10 @@ android {
}
}
+ tasks.withType(JavaCompile) {
+ options.incremental = true
+ }
+
lintOptions {
abortOnError false
}