Skip to content

Commit

Permalink
Added build variant and logos for app and pin/login (#2983)
Browse files Browse the repository at this point in the history
Co-authored-by: Benjamin Mwalimu <[email protected]>
  • Loading branch information
aurangzaibumer and dubdabasoduba authored Jan 23, 2024
1 parent 7241a7a commit 7c4b462
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions android/quest/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,12 @@ android {
versionNameSuffix = "-psi_eswatini"
manifestPlaceholders["appLabel"] = "PSI WFA"
}
create("eusm") {
dimension = "apps"
applicationIdSuffix = ".eusm"
versionNameSuffix = "-eusm"
manifestPlaceholders["appLabel"] = "EUSM"
}
}

applicationVariants.all {
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 7c4b462

Please sign in to comment.