Use Java 8

This commit is contained in:
Hamidreza Bayat 2019-04-22 02:05:56 +04:30
parent 6a2876f825
commit d9bbc01d19

View File

@ -46,6 +46,10 @@ android {
lintOptions {
abortOnError false
}
compileOptions {
sourceCompatibility = '1.8'
targetCompatibility = '1.8'
}
}
dependencies {