Skip to content

Commit

Permalink
fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin committed May 17, 2019
1 parent 2b96807 commit 7fdc0fd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ android {
}
}

compileOptions {
targetCompatibility = "8"
sourceCompatibility = "8"
}

flavorDimensions "version"
productFlavors {
full {
Expand Down

0 comments on commit 7fdc0fd

Please sign in to comment.