Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/talk-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Scherzinger <info@andy-scherzinger.de>2021-05-14 15:39:26 +0300
committerAndy Scherzinger (Rebase PR Action) <info@andy-scherzinger.de>2022-05-07 14:31:15 +0300
commitc5e985dad8c73dd1982c2433540ab807f3494ea0 (patch)
treedb8e246fd2febc2abcdc4aa8698f94c0fe2b9ba7
parent4f5de85cc977a9cecfe1b97df5af4aa5a349cf6b (diff)
Java 1.8 is the default (now)AS42
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
-rw-r--r--app/build.gradle5
1 files changed, 0 insertions, 5 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 9d05efc7d..74df11aa3 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -148,11 +148,6 @@ android {
check.dependsOn 'spotbugsGplayDebug', 'lint', 'ktlintCheck', 'detekt'
lint.dependsOn 'preBuild'
- compileOptions {
- sourceCompatibility JavaVersion.VERSION_1_8
- targetCompatibility JavaVersion.VERSION_1_8
- }
-
lintOptions {
abortOnError false
htmlReport true