up to jdk 11

This commit is contained in:
Ling0925 2023-01-21 22:42:26 +08:00
parent 1ec9434bd4
commit 7deaa88dce
1 changed files with 2 additions and 2 deletions

View File

@ -99,8 +99,8 @@ android {
}
}
compileOptions {
targetCompatibility JavaVersion.VERSION_1_11
sourceCompatibility JavaVersion.VERSION_1_11
targetCompatibility JavaVersion.VERSION_11
sourceCompatibility JavaVersion.VERSION_11
}
buildToolsVersion '28.0.3'
}