diff --git a/app/build.gradle b/app/build.gradle index 6ede64f..6d635e4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 { diff --git a/app/src/main/ic_launcher-playstore.png b/app/src/main/ic_launcher-playstore.png index 63c5c70..210ba9c 100644 Binary files a/app/src/main/ic_launcher-playstore.png and b/app/src/main/ic_launcher-playstore.png differ diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher_round.png b/app/src/main/res/mipmap-hdpi/ic_launcher_round.png index 3e1a0d3..840c65e 100644 Binary files a/app/src/main/res/mipmap-hdpi/ic_launcher_round.png and b/app/src/main/res/mipmap-hdpi/ic_launcher_round.png differ diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png b/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png index 71e5fc4..52e0305 100644 Binary files a/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png and b/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png differ diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png index 3e40107..d2a9350 100644 Binary files a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png and b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png differ diff --git a/fastlane/metadata/android/en-US/changelogs/309.txt b/fastlane/metadata/android/en-US/changelogs/309.txt new file mode 100644 index 0000000..d4a8051 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/309.txt @@ -0,0 +1 @@ +* Reduce size of app