build: update APK cruft exclusion list
Generates a fairly decent size difference from the current release build $ diskus app/build/outputs/apk/free/release/app-free-release.apk 4.31 MB (4,308,992 bytes) $ diskus ~/APS-free_v1.10.1.apk 4.44 MB (4,444,160 bytes) Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
62dbc183d5
commit
974bcc6b54
1 changed files with 3 additions and 3 deletions
|
@ -39,9 +39,9 @@ android {
|
|||
}
|
||||
|
||||
packagingOptions {
|
||||
exclude(".readme")
|
||||
exclude("META-INF/LICENSE.txt")
|
||||
exclude("META-INF/NOTICE.txt")
|
||||
exclude("**/*.version")
|
||||
exclude("**/*.txt")
|
||||
exclude("**/*.kotlin_module")
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue