Skip to content
Snippets Groups Projects
Commit 0072d91a authored by Benoît Harrault's avatar Benoît Harrault
Browse files

Fix "Auchan" non free app activity name

parent 2b0cb2bb
No related branches found
No related tags found
1 merge request!193Resolve "Fix "Auchan" non free app icon"
Pipeline #3628 passed
...@@ -8,8 +8,8 @@ android { ...@@ -8,8 +8,8 @@ android {
applicationId "org.benoitharrault.ameixanonfree" applicationId "org.benoitharrault.ameixanonfree"
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 30 targetSdkVersion 30
versionCode 131 versionCode 132
versionName "1.68.2" versionName "1.68.3"
archivesBaseName = "$applicationId" + "_" + "$versionCode" archivesBaseName = "$applicationId" + "_" + "$versionCode"
} }
......
...@@ -116,7 +116,7 @@ ...@@ -116,7 +116,7 @@
component="ComponentInfo{com.asana.app/com.asana.ui.activities.LaunchActivity}" component="ComponentInfo{com.asana.app/com.asana.ui.activities.LaunchActivity}"
drawable="nonfree_asana" /> drawable="nonfree_asana" />
<item <item
component="ComponentInfo{com.auchan.android/com.auchan.MainActivity}" component="ComponentInfo{com.auchan.android/com.auchan.LaunchActivity}"
drawable="nonfree_auchandrive" /> drawable="nonfree_auchandrive" />
<item <item
component="ComponentInfo{fr.ikomobi.auchandrive/com.ikomobi.auchandrive.login.LoginActivity}" component="ComponentInfo{fr.ikomobi.auchandrive/com.ikomobi.auchandrive.login.LoginActivity}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment