Skip to content

Commit

Permalink
Add SID App Flavours (#2761)
Browse files Browse the repository at this point in the history
* Add SID immunization flavour

* Add app logo

* Rename app to sidimmunization

* Rename app to sid immunization

* Rename app to sideir

* Rename SID related app flavours
  • Loading branch information
SebaMutuku authored Sep 15, 2023
1 parent e25efa2 commit 80c606b
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions android/quest/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -227,19 +227,25 @@ android {
manifestPlaceholders["appLabel"] = "MOH eCHIS"
}

create("bunda") {
create("sidBunda") {
dimension = "apps"
applicationIdSuffix = ".bunda"
versionNameSuffix = "-bunda"
manifestPlaceholders["appLabel"] = "Bunda App"
applicationIdSuffix = ".sidBunda"
versionNameSuffix = "-sidBunda"
manifestPlaceholders["appLabel"] = "Bunda ANC"
}

create("cadre") {
create("sidCadre") {
dimension = "apps"
applicationIdSuffix = ".cadre"
versionNameSuffix = "-cadre"
applicationIdSuffix = ".sidCadre"
versionNameSuffix = "-sidCadre"
manifestPlaceholders["appLabel"] = "Cadre App"
}
create("sidEir") {
dimension = "apps"
applicationIdSuffix = ".sidEir"
versionNameSuffix = "-sidEir"
manifestPlaceholders["appLabel"] = "SID EIR"
}

create("wdf") {
dimension = "apps"
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 80c606b

Please sign in to comment.