From b6c439e0f902d80c6364cc1be97dfbae08c6ab53 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 23 Feb 2021 17:58:56 +0100 Subject: [PATCH] enable Java 8 --- app/build.gradle | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/build.gradle b/app/build.gradle index 7e23c1b59..b222ba068 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -75,6 +75,8 @@ android { compileOptions { compileOptions.encoding = "UTF-8" + sourceCompatibility JavaVersion.VERSION_1_8 + targetCompatibility JavaVersion.VERSION_1_8 } aaptOptions {