Java 11 networkSecurityConfig

- upgrading gradle to Java 11
 - fix CleartextTraffic with networkSecurityConfig
 - fix port empty
This commit is contained in:
lionel
2021-10-08 20:09:52 +02:00
parent 54dce31f53
commit cba7fc2555
11 changed files with 37 additions and 26 deletions

View File

@ -21,8 +21,8 @@ android {
}
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
sourceCompatibility JavaVersion.VERSION_11
targetCompatibility JavaVersion.VERSION_11
}
}