Skip to content

Commit

Permalink
Set example app to Java1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
d4rken committed Dec 13, 2017
1 parent f833c65 commit 5424c0b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions exampleapp/build.gradle
@@ -1,6 +1,11 @@
apply plugin: 'com.android.application'

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

compileSdkVersion project.ext.globalCompileSdkVersion
buildToolsVersion project.ext.globalBuildToolsVersion

Expand Down

0 comments on commit 5424c0b

Please sign in to comment.