Skip to content

Commit

Permalink
Change java version to 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Nov 6, 2021
1 parent 3f80fc6 commit 445ea9f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions transformationlayout/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ android {
buildConfig false
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_11
targetCompatibility JavaVersion.VERSION_11
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
kotlinOptions {
jvmTarget = "11"
jvmTarget = "1.8"
}
}

Expand Down

0 comments on commit 445ea9f

Please sign in to comment.