build: target Java 11

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2020-12-24 04:45:47 +05:30
parent 274f2d4c84
commit a4f05c744e
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80

View file

@ -102,8 +102,8 @@ internal fun TestedExtension.configureCommonAndroidOptions() {
}
compileOptions {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11
}
testOptions.animationsDisabled = true