Skip to content

Commit

Permalink
Update example-unsplash to Java 8
Browse files Browse the repository at this point in the history
  • Loading branch information
ianhanniballake committed Jun 20, 2019
1 parent 409fa28 commit 70b97ee
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions example-unsplash/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,9 @@ android {
manifestPlaceholders = [unsplashAuthority: unsplashAuthorityValue]
buildConfigField "String", "UNSPLASH_AUTHORITY", "\"${unsplashAuthorityValue}\""
}

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

0 comments on commit 70b97ee

Please sign in to comment.