mirror of
https://gitlab.com/oeffi/oeffi.git
synced 2025-07-08 18:18:48 +00:00
Enable Java 8 language features.
This commit is contained in:
parent
fe77feffd1
commit
3859d9496e
1 changed files with 5 additions and 0 deletions
|
@ -80,6 +80,11 @@ android {
|
|||
}
|
||||
}
|
||||
|
||||
compileOptions {
|
||||
sourceCompatibility JavaVersion.VERSION_1_8
|
||||
targetCompatibility JavaVersion.VERSION_1_8
|
||||
}
|
||||
|
||||
packagingOptions {
|
||||
exclude 'META-INF/*.version'
|
||||
exclude 'META-INF/proguard/**'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue