From 61b6e900d627d3f5de3c31c48c893c5e50782371 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Harrault?= <benoit@harrault.fr> Date: Tue, 11 Feb 2025 10:44:14 +0100 Subject: [PATCH] Add "tuner" free app icon --- app/build.gradle | 4 ++-- app/src/main/res/xml/appfilter.xml | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index f225c721b..432f90bcb 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "org.benoitharrault.ameixanonfree" minSdkVersion 16 targetSdkVersion 30 - versionCode 200 - versionName "1.112.0" + versionCode 201 + versionName "1.113.0" archivesBaseName = "$applicationId" + "_" + "$versionCode" } diff --git a/app/src/main/res/xml/appfilter.xml b/app/src/main/res/xml/appfilter.xml index 97d1c5e45..387ff5ddd 100644 --- a/app/src/main/res/xml/appfilter.xml +++ b/app/src/main/res/xml/appfilter.xml @@ -6994,6 +6994,9 @@ <item component="ComponentInfo{org.billthefarmer.tuner/org.billthefarmer.tuner.MainActivity}" drawable="tuner" /> + <item + component="ComponentInfo{de.moekadu.tuner/de.moekadu.tuner.MainActivity}" + drawable="tuner" /> <item component="ComponentInfo{com.tunerly/com.tunerly.MainActivity}" drawable="tunerly" /> -- GitLab