build.gradle: Revert target JavaVersion back to VERSION_11

Signed-off-by: 1552980358 <1552980358@qq.com>
pull/1209/head
1552980358 3 years ago
parent 13ccb69a9f
commit 8ff0f37607
  1. 4
      app/build.gradle

@ -98,8 +98,8 @@ android {
// Flag to enable support for the new language APIs // Flag to enable support for the new language APIs
coreLibraryDesugaringEnabled true coreLibraryDesugaringEnabled true
// Sets Java compatibility to Java 11 // Sets Java compatibility to Java 11
sourceCompatibility "1.8" sourceCompatibility JavaVersion.VERSION_11
targetCompatibility "1.8" targetCompatibility JavaVersion.VERSION_11
} }
kotlinOptions { kotlinOptions {

Loading…
Cancel
Save