mirror of
https://gitea.mayex.net/mayekkuzu/Audinaut.git
synced 2025-01-23 12:44:54 +03:00
Gradle - Java 1.8
This commit is contained in:
parent
7e56cba6e5
commit
1396ff5e48
@ -15,6 +15,11 @@ android {
|
|||||||
resConfigs "de", "es", "fr", "hu", "nl", "pt-rPT", "ru", "sv"
|
resConfigs "de", "es", "fr", "hu", "nl", "pt-rPT", "ru", "sv"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
compileOptions {
|
||||||
|
sourceCompatibility JavaVersion.VERSION_1_8
|
||||||
|
targetCompatibility JavaVersion.VERSION_1_8
|
||||||
|
}
|
||||||
|
|
||||||
packagingOptions {
|
packagingOptions {
|
||||||
exclude 'META-INF/beans.xml'
|
exclude 'META-INF/beans.xml'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user