enable Java 8
This commit is contained in:
parent
19349ea032
commit
b6c439e0f9
@ -75,6 +75,8 @@ android {
|
||||
|
||||
compileOptions {
|
||||
compileOptions.encoding = "UTF-8"
|
||||
sourceCompatibility JavaVersion.VERSION_1_8
|
||||
targetCompatibility JavaVersion.VERSION_1_8
|
||||
}
|
||||
|
||||
aaptOptions {
|
||||
|
Loading…
x
Reference in New Issue
Block a user