Update Gradle Plugin & update Java version to 17
Some checks are pending
continuous-integration/drone/push Build is running

This commit is contained in:
Amab 2023-11-26 09:48:22 +01:00
parent a3beeeebef
commit 0b1e8c6703
2 changed files with 3 additions and 3 deletions

View File

@ -59,8 +59,8 @@ android {
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_11
targetCompatibility JavaVersion.VERSION_11
sourceCompatibility JavaVersion.VERSION_17
targetCompatibility JavaVersion.VERSION_17
}
defaultConfig {

View File

@ -5,7 +5,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.1.2'
classpath 'com.android.tools.build:gradle:8.1.4'
}
}