From d67857b826ed0cb1c260553dc96c5886edeb8b32 Mon Sep 17 00:00:00 2001 From: Francis Odhiambo <4540684+f-odhiambo@users.noreply.github.com> Date: Mon, 25 Mar 2024 13:54:58 +0300 Subject: [PATCH] Create New Build Variant for the PATH GIZ EIR app (#3167) * Create New Build Variant for the PATH GIZ EIR app * Update android/quest/build.gradle.kts Co-authored-by: Martin Ndegwa --------- Co-authored-by: Francis Odhiambo Otieno <{ID}+{f-odhiambo}@users.noreply.github.com> Co-authored-by: Martin Ndegwa --- android/quest/build.gradle.kts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/android/quest/build.gradle.kts b/android/quest/build.gradle.kts index 2018a371d7..ba0800d2c8 100644 --- a/android/quest/build.gradle.kts +++ b/android/quest/build.gradle.kts @@ -269,6 +269,13 @@ android { manifestPlaceholders["appLabel"] = "ZEIR" } + create("gizEir") { + dimension = "apps" + applicationIdSuffix = ".gizeir" + versionNameSuffix = "-gizeir" + manifestPlaceholders["appLabel"] = "GIZ EIR" + } + create("engage") { dimension = "apps" applicationIdSuffix = ".engage"