Browse Source

Java 8 is now default

Signed-off-by: Hannes Achleitner <hannes.software@gmx.at>
Hannes Achleitner 4 years ago
parent
commit
4e91f9bd9a
1 changed files with 0 additions and 5 deletions
  1. 0 5
      build.gradle

+ 0 - 5
build.gradle

@@ -255,11 +255,6 @@ android {
 
     check.dependsOn 'checkstyle', 'spotbugsGplayDebugReport', 'pmd', 'lint', 'ktlint', 'detekt'
 
-    compileOptions {
-        sourceCompatibility JavaVersion.VERSION_1_8
-        targetCompatibility JavaVersion.VERSION_1_8
-    }
-
     buildFeatures {
         dataBinding true
         viewBinding true