Set JKD to 1.8

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

View File

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