From a7edd4aeb552706f50a20925ef65dd379a7c7004 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Harrault?= <benoit.harrault@lenord.fr> Date: Thu, 17 Apr 2025 08:27:25 +0200 Subject: [PATCH] Fix "SG" non free app activity name --- app/build.gradle | 4 ++-- app/src/main/res/xml/appfilter.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 79fa5e9d0..553422537 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "org.benoitharrault.ameixanonfree" minSdkVersion 16 targetSdkVersion 30 - versionCode 206 - versionName "1.116.1" + versionCode 207 + versionName "1.116.2" archivesBaseName = "$applicationId" + "_" + "$versionCode" } diff --git a/app/src/main/res/xml/appfilter.xml b/app/src/main/res/xml/appfilter.xml index 938e9f008..2b91370e9 100644 --- a/app/src/main/res/xml/appfilter.xml +++ b/app/src/main/res/xml/appfilter.xml @@ -335,7 +335,7 @@ component="ComponentInfo{com.semantus.fr/com.semantus.fr.MainActivity}" drawable="nonfree_semantus" /> <item - component="ComponentInfo{mobi.societegenerale.mobile.lappli/mobi.societegenerale.mobile.lappli.react.MainActivity}" + component="ComponentInfo{mobi.societegenerale.mobile.lappli/mobi.societegenerale.mobile.lappli.MainActivity}" drawable="nonfree_societegenerale" /> <item component="ComponentInfo{com.shazam.android/com.shazam.android.activities.SplashActivity}" -- GitLab