Skip to content

Commit

Permalink
Add VHT Uganda UNCDF flavour (#177)
Browse files Browse the repository at this point in the history
* Add VHT Uganda UNCDF flavour


Co-authored-by: Mariano Ruiz <[email protected]>
Co-authored-by: Derick Lung'aho <[email protected]>
  • Loading branch information
3 people authored May 19, 2021
1 parent e82a7cb commit 3c62a78
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,12 @@ jobs:
uses: maierj/[email protected]
with:
lane: build
options: '{ "flavor": "icm_ph_chc" }'
options: '{ "flavor": "icm_ph_chc" }'
- name: Assemble vhtapp_uganda
uses: maierj/[email protected]
with:
lane: build
options: '{ "flavor": "vhtapp_uganda" }'
- name: GitHub release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
Expand Down
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,10 @@ android {
dimension = 'brand'
applicationId = "org.medicmobile.webapp.mobile.icm_ph_chc"
}
vhtapp_uganda {
dimension = 'brand'
applicationId = "org.medicmobile.webapp.mobile.vhtapp_uganda"
}
unbranded_test {
dimension = 'brand'
applicationId = "org.medicmobile.webapp.mobile.unbranded_test"
Expand Down
8 changes: 8 additions & 0 deletions src/vhtapp_uganda/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="org.medicmobile.webapp.mobile">

<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" tools:node="remove" />

</manifest>
Binary file added src/vhtapp_uganda/res/mipmap-hdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/vhtapp_uganda/res/mipmap-mdpi/ic_launcher.png
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.
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.
5 changes: 5 additions & 0 deletions src/vhtapp_uganda/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">VHT App</string>
<string name="app_host">moh-ug-uncdf.app.medicmobile.org</string>
</resources>

0 comments on commit 3c62a78

Please sign in to comment.