Skip to content

Commit

Permalink
Update Java source compatibility to Java 8
Browse files Browse the repository at this point in the history
  • Loading branch information
codinguser committed Nov 9, 2019
1 parent d2cfae3 commit 0c7e4e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@ android {

compileOptions { //we want switch with strings during xml parsing
encoding "UTF-8"
sourceCompatibility JavaVersion.VERSION_1_7
targetCompatibility JavaVersion.VERSION_1_7
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}

testOptions {
Expand Down

0 comments on commit 0c7e4e3

Please sign in to comment.