summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/android/templates/build.gradle5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/android/templates/build.gradle b/src/android/templates/build.gradle
index c22cd80781..443a800244 100644
--- a/src/android/templates/build.gradle
+++ b/src/android/templates/build.gradle
@@ -55,6 +55,11 @@ android {
options.incremental = true
}
+ compileOptions {
+ sourceCompatibility JavaVersion.VERSION_1_8
+ targetCompatibility JavaVersion.VERSION_1_8
+ }
+
lintOptions {
abortOnError false
}