Reduce size of app
Signed-off-by: Tavi <tavi@divested.dev>
|
@ -6,8 +6,8 @@ android {
|
||||||
applicationId "us.spotco.malwarescanner"
|
applicationId "us.spotco.malwarescanner"
|
||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
targetSdkVersion 32
|
targetSdkVersion 32
|
||||||
versionCode 308
|
versionCode 309
|
||||||
versionName "3.08"
|
versionName "3.09"
|
||||||
resConfigs 'en', 'af', 'cs', 'de', 'el', 'es', 'fi', 'fr', 'gl', 'it', 'pl', 'pt', 'pt-rBR', 'ru', 'tr', 'zh-rCN'
|
resConfigs 'en', 'af', 'cs', 'de', 'el', 'es', 'fi', 'fr', 'gl', 'it', 'pl', 'pt', 'pt-rBR', 'ru', 'tr', 'zh-rCN'
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
@ -26,6 +26,13 @@ android {
|
||||||
lint {
|
lint {
|
||||||
abortOnError false
|
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 {
|
dependencies {
|
||||||
|
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 3.5 KiB |
Before Width: | Height: | Size: 7.6 KiB After Width: | Height: | Size: 7.6 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
1
fastlane/metadata/android/en-US/changelogs/309.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
* Reduce size of app
|