From 226374599de4f994d1d5b70931a7f21a6eb9f124 Mon Sep 17 00:00:00 2001 From: tibbi Date: Sat, 29 Feb 2020 23:11:24 +0100 Subject: [PATCH] lets not change the appID at foss build either --- app/build.gradle | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 3949a5f91..9436b0c12 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -59,10 +59,7 @@ android { flavorDimensions "licensing" productFlavors { proprietary { } - foss { - // We're not using PhotoEditor here, so changing the name is fine. - applicationIdSuffix ".foss" - } + foss { } } lintOptions {