Browse Source

Bump java versions to 17

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Andy Scherzinger 2 years ago
parent
commit
98c0a778a4
2 changed files with 4 additions and 4 deletions
  1. 1 1
      app/build.gradle
  2. 3 3
      appscan/build.gradle

+ 1 - 1
app/build.gradle

@@ -212,7 +212,7 @@ android {
     }
 
     kotlinOptions {
-        jvmTarget = "1.8"
+        jvmTarget = "17"
     }
 
     lint {

+ 3 - 3
appscan/build.gradle

@@ -25,11 +25,11 @@ android {
         }
     }
     compileOptions {
-        sourceCompatibility JavaVersion.VERSION_1_8
-        targetCompatibility JavaVersion.VERSION_1_8
+        sourceCompatibility JavaVersion.VERSION_17
+        targetCompatibility JavaVersion.VERSION_17
     }
     kotlinOptions {
-        jvmTarget = '1.8'
+        jvmTarget = '17'
     }
 }