move to jdk 11

This commit is contained in:
M M Arif
2022-03-28 19:26:48 +05:00
parent 15532a0b9e
commit 3cdac98126

View File

@@ -37,8 +37,8 @@ android {
compileOptions {
coreLibraryDesugaringEnabled true
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
sourceCompatibility JavaVersion.VERSION_11
targetCompatibility JavaVersion.VERSION_11
}
defaultConfig{
vectorDrawables.useSupportLibrary = true