mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-18 03:17:03 +05:30
build: target Java 11
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
274f2d4c84
commit
a4f05c744e
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue