mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-30 13:57:47 +00:00
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
@ -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…
x
Reference in New Issue
Block a user