mirror of
https://gitlab.com/oeffi/oeffi.git
synced 2025-07-08 21:08:50 +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 {
|
packagingOptions {
|
||||||
exclude 'META-INF/*.version'
|
exclude 'META-INF/*.version'
|
||||||
exclude 'META-INF/proguard/**'
|
exclude 'META-INF/proguard/**'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue