Reduce size of app
Signed-off-by: Tavi <tavi@divested.dev>
|
@ -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 {
|
||||
|
|
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
|