mirror of
https://github.com/peterosterlund2/droidfish.git
synced 2025-04-14 08:02:45 +02:00
Use Java 8
This commit is contained in:
parent
6a2876f825
commit
d9bbc01d19
@ -46,6 +46,10 @@ android {
|
|||||||
lintOptions {
|
lintOptions {
|
||||||
abortOnError false
|
abortOnError false
|
||||||
}
|
}
|
||||||
|
compileOptions {
|
||||||
|
sourceCompatibility = '1.8'
|
||||||
|
targetCompatibility = '1.8'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user