Skip to content

Commit

Permalink
Add the EUSM Burundi flavour and Rename the existing EUSM flavour (#3548
Browse files Browse the repository at this point in the history
)

* - Add the EUSM Burundi flavour
- Rename the exisiting EUSM flavour

* - Update the app naming

* - update the flavour naming
  • Loading branch information
dubdabasoduba authored Oct 9, 2024
1 parent e9bc0de commit 8a8b872
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions android/quest/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -321,11 +321,18 @@ android {
manifestPlaceholders["appLabel"] = "PSI WFA"
}

create("eusm") {
create("eusmMg") {
dimension = "apps"
applicationIdSuffix = ".eusm"
versionNameSuffix = "-eusm"
manifestPlaceholders["appLabel"] = "EUSM"
applicationIdSuffix = ".eusm-mg"
versionNameSuffix = "-eusm-mg"
manifestPlaceholders["appLabel"] = "EUSM Madagascar"
}

create("eusmBi") {
dimension = "apps"
applicationIdSuffix = ".eusm-bi"
versionNameSuffix = "-eusm-bi"
manifestPlaceholders["appLabel"] = "EUSM Burundi"
}

create("demoEir") {
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 8a8b872

Please sign in to comment.