From bebbe4433e0e7c13f71fbd8676a5bfa315f0da67 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Beno=C3=AEt=20Harrault?= <benoit@harrault.fr>
Date: Tue, 18 Oct 2022 09:00:06 +0200
Subject: [PATCH] Fix "Who has my stuff" 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 bbb88a87c..81d8a47dc 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -8,8 +8,8 @@ android {
         applicationId "org.benoitharrault.ameixanonfree"
         minSdkVersion 16
         targetSdkVersion 30
-        versionCode 129
-        versionName "1.68.0"
+        versionCode 130
+        versionName "1.68.1"
         archivesBaseName = "$applicationId" + "_" + "$versionCode"
     }
 
diff --git a/app/src/main/res/xml/appfilter.xml b/app/src/main/res/xml/appfilter.xml
index 0759a036c..e97f8979f 100644
--- a/app/src/main/res/xml/appfilter.xml
+++ b/app/src/main/res/xml/appfilter.xml
@@ -6844,7 +6844,7 @@
         component="ComponentInfo{org.whispersystems.whisperpush/org.whispersystems.whisperpush.ui.RegistrationActivity}"
         drawable="whisperpush" />
     <item
-        component="ComponentInfo{de.freewarepoint.whohasmystuff/de.freewarepoint.whohasmystuff.MainActivity}"
+        component="ComponentInfo{de.freewarepoint.whohasmystuff/de.freewarepoint.whohasmystuff.activities.MainActivity}"
         drawable="whohasmystuff" />
     <item
         component="ComponentInfo{com.vrem.wifianalyzer/com.vrem.wifianalyzer.MainActivity}"
-- 
GitLab