mirror of
https://github.com/peterosterlund2/droidfish.git
synced 2025-12-09 15:42:40 +01:00
Use Java 8
This commit is contained in:
@@ -46,6 +46,10 @@ android {
|
||||
lintOptions {
|
||||
abortOnError false
|
||||
}
|
||||
compileOptions {
|
||||
sourceCompatibility = '1.8'
|
||||
targetCompatibility = '1.8'
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
||||
Reference in New Issue
Block a user