Skip to content

Commit

Permalink
Added Java 1.8 Compatiblity
Browse files Browse the repository at this point in the history
  • Loading branch information
Xcreen committed Feb 6, 2020
1 parent ba0f747 commit 72fd732
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ android {
disable 'GoogleAppIndexingWarning'
baseline file("lint-baseline.xml")
}
compileOptions {
sourceCompatibility = 1.8
targetCompatibility = 1.8
}
}

dependencies {
Expand Down

0 comments on commit 72fd732

Please sign in to comment.