Skip to content

Commit

Permalink
Add Java 1.8 compatibility (Required by camerax)
Browse files Browse the repository at this point in the history
  • Loading branch information
helloworld1 committed Sep 30, 2019
1 parent 256ff22 commit 62a5d5f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ android {
dataBinding {
isEnabled = true
}
compileOptions {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
}
}

dependencies {
Expand Down

0 comments on commit 62a5d5f

Please sign in to comment.