From e5114656e57fd7313be497f5ae7d6b4f1527ba2f Mon Sep 17 00:00:00 2001 From: tibbi Date: Sat, 29 Feb 2020 23:07:29 +0100 Subject: [PATCH] do not change the version name at the FOSS app flavor --- app/build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 1421fb0c3..3949a5f91 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -62,7 +62,6 @@ android { foss { // We're not using PhotoEditor here, so changing the name is fine. applicationIdSuffix ".foss" - versionNameSuffix "-foss" } }