Upgrade to Java 8

This commit is contained in:
Vincent Breitmoser
2018-01-22 15:39:18 +01:00
parent 28c1df7473
commit 583b427336
2 changed files with 4 additions and 3 deletions

View File

@@ -167,8 +167,8 @@ android {
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_7
targetCompatibility JavaVersion.VERSION_1_7
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
testOptions.unitTests.all {