mirror of https://github.com/BOINC/boinc.git
Configure project to use JDK 8.
This commit is contained in:
parent
ada864e2d7
commit
27e379a21b
|
@ -67,6 +67,10 @@ android {
|
|||
debuggable true
|
||||
}
|
||||
}
|
||||
compileOptions {
|
||||
sourceCompatibility '1.8'
|
||||
targetCompatibility '1.8'
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
|
Loading…
Reference in New Issue