target Java 11

This commit is contained in:
Daniel Micay 2021-09-30 12:15:34 -04:00
parent 4f027be30e
commit eb25091112
1 changed files with 2 additions and 2 deletions

View File

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