Skip to content

Commit

Permalink
(android) Add java 8 compile option to build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
gartorware committed Jan 26, 2020
1 parent 2eb6846 commit ae76e2e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/android/dependency_fix.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ configurations.all{
}
}

android {
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
}

repositories {
flatDir {
dirs 'libs'
Expand Down

0 comments on commit ae76e2e

Please sign in to comment.