Configure project to use JDK 8.

This commit is contained in:
Isira Seneviratne 2020-03-14 05:40:15 +05:30
parent ada864e2d7
commit 27e379a21b
1 changed files with 4 additions and 0 deletions

View File

@ -67,6 +67,10 @@ android {
debuggable true
}
}
compileOptions {
sourceCompatibility '1.8'
targetCompatibility '1.8'
}
}
dependencies {