Upgrade java version

This commit is contained in:
sim 2023-06-05 22:41:07 +02:00
parent 8ca5945030
commit b294ffb665
1 changed files with 5 additions and 0 deletions

View File

@ -17,6 +17,11 @@ android {
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_17
targetCompatibility JavaVersion.VERSION_17
}
buildTypes {
release {
resValue "string", "app_name", "NextPush"