Skip to content

Commit

Permalink
Create New Build Variant for the PATH GIZ EIR app (#3167)
Browse files Browse the repository at this point in the history
* Create New Build Variant for the PATH GIZ EIR app

* Update android/quest/build.gradle.kts

Co-authored-by: Martin Ndegwa <[email protected]>

---------

Co-authored-by: Francis Odhiambo Otieno <{ID}+{f-odhiambo}@users.noreply.github.com>
Co-authored-by: Martin Ndegwa <[email protected]>
  • Loading branch information
3 people authored Mar 25, 2024
1 parent ba32ba7 commit d67857b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions android/quest/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d67857b

Please sign in to comment.