Exclude more files to satisfy proguard

This commit is contained in:
Dominik Schürmann
2015-07-06 11:06:10 +02:00
parent 0faf69e91f
commit e4bd25613c

View File

@@ -202,6 +202,9 @@ android {
packagingOptions {
exclude 'LICENSE.txt'
exclude 'META-INF/LICENSE.txt'
exclude 'META-INF/NOTICE.txt'
exclude '.readme'
}
}