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

2
.idea/compiler.xml generated
View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="CompilerConfiguration">
<bytecodeTargetLevel target="1.8" />
<bytecodeTargetLevel target="11" />
</component>
</project>