Remove unused

This commit is contained in:
Andrew Rabert 2019-08-24 14:15:10 -04:00
parent f3b91bff2d
commit 2e49bcadb2
1 changed files with 0 additions and 5 deletions

View File

@ -12,7 +12,6 @@ android {
versionCode 198
versionName '0.3.3'
setProperty("archivesBaseName", "Audinaut $versionName")
resConfigs "de", "es", "fr", "hu", "nl", "pt-rPT", "ru", "sv"
}
compileOptions {
@ -20,10 +19,6 @@ android {
targetCompatibility JavaVersion.VERSION_1_8
}
packagingOptions {
exclude 'META-INF/beans.xml'
}
lintOptions {
checkReleaseBuilds false
warning 'InvalidPackage'