Reduce size of app

Signed-off-by: Tavi <tavi@divested.dev>
This commit is contained in:
Tavi 2024-04-21 14:08:07 -04:00
parent 595dbc306c
commit 7d51ea5896
No known key found for this signature in database
GPG key ID: E599F62ECBAEAF2E
6 changed files with 10 additions and 2 deletions

View file

@ -6,8 +6,8 @@ android {
applicationId "us.spotco.malwarescanner"
minSdkVersion 16
targetSdkVersion 32
versionCode 308
versionName "3.08"
versionCode 309
versionName "3.09"
resConfigs 'en', 'af', 'cs', 'de', 'el', 'es', 'fi', 'fr', 'gl', 'it', 'pl', 'pt', 'pt-rBR', 'ru', 'tr', 'zh-rCN'
}
buildTypes {
@ -26,6 +26,13 @@ android {
lint {
abortOnError false
}
packagingOptions {
exclude 'org/bouncycastle/pqc/crypto/picnic/lowmcL1.bin.properties'
exclude 'org/bouncycastle/pqc/crypto/picnic/lowmcL3.bin.properties'
exclude 'org/bouncycastle/pqc/crypto/picnic/lowmcL5.bin.properties'
exclude 'org/bouncycastle/x509/CertPathReviewerMessages.properties'
exclude 'org/bouncycastle/x509/CertPathReviewerMessages_de.properties'
}
}
dependencies {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.6 KiB

After

Width:  |  Height:  |  Size: 7.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

View file

@ -0,0 +1 @@
* Reduce size of app