From bdb3a7d16dc3c5b4f87f13901ca24761a5410771 Mon Sep 17 00:00:00 2001 From: ShareASmile <60492161+ShareASmile@users.noreply.github.com> Date: Sun, 14 Jul 2024 15:56:17 +0530 Subject: [PATCH] add 'legacy' suffix to app id --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index d1e6c1dfe..b45276502 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -62,8 +62,8 @@ android { shrinkResources true // could be disabled to fix F-Droid's reproducible build proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' archivesBaseName = 'app' - applicationIdSuffix ".flora" - resValue "string", "app_name", "NewPipe " + "Flora" + applicationIdSuffix ".legacy" + resValue "string", "app_name", "NewPipe " + "Legacy" } }