Upgrade Java version to 11

Required to use java.util.concurrent.Flow
Could opt for Java 9, but 11 is LTS
This commit is contained in:
/usr/local/ΕΨΗΕΛΩΝ
2021-08-19 20:52:09 +02:00
parent 017034a788
commit ba5cf81bb4

View File

@@ -49,8 +49,8 @@ android {
// Flag to enable support for the new language APIs
coreLibraryDesugaringEnabled true
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
sourceCompatibility JavaVersion.VERSION_11
targetCompatibility JavaVersion.VERSION_11
}
lintOptions {