Skip to content

Commit

Permalink
Also update Java to 1.8 from 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
fat-tire committed Dec 24, 2017
1 parent fb988cd commit a46937a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Expand Up @@ -76,8 +76,8 @@ android {
minSdkVersion 16
targetSdkVersion 27
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_7
targetCompatibility JavaVersion.VERSION_1_7
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
multiDexEnabled true
vectorDrawables.useSupportLibrary = true
Expand All @@ -90,8 +90,8 @@ android {
}
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_7
targetCompatibility JavaVersion.VERSION_1_7
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}

lintOptions {
Expand Down

0 comments on commit a46937a

Please sign in to comment.