Skip to content

Commit

Permalink
Add MoH Mali flavor (#90)
Browse files Browse the repository at this point in the history
* Add MoH Mali flavor
  • Loading branch information
derickl committed Aug 19, 2019
1 parent b9c45a1 commit 10caf08
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,9 @@ jobs:
# - fastlane deploy flavor:moh_kenya_siaya_white
- fastlane deploy flavor:moh_kenya_siaya_red
- fastlane deploy flavor:moh_kenya_siaya_green
- script:
- fastlane deploy flavor:moh_kenya_siaya_black
- fastlane deploy flavor:moh_mali
- script:
- fastlane deploy flavor:moh_zanzibar_training
- fastlane deploy flavor:moh_zanzibar
- script:
Expand Down
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,9 @@ android {
moh_kenya_siaya_black {
applicationId = 'org.medicmobile.webapp.mobile.moh_kenya_siaya_black'
}
moh_mali {
applicationId = 'org.medicmobile.webapp.mobile.moh_mali'
}
moh_zanzibar_training {
applicationId = 'org.medicmobile.webapp.mobile.moh_zanzibar_training'
}
Expand Down
Binary file added src/moh_mali/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/moh_mali/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.
Binary file added src/moh_mali/res/mipmap-xhdpi/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/moh_mali/res/mipmap-xxhdpi/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/moh_mali/res/mipmap-xxxhdpi/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.
5 changes: 5 additions & 0 deletions src/moh_mali/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">ASA-MALI</string>
<string name="fixed_app_url">https://supervisor-moh-mali.app.medicmobile.org</string>
</resources>

0 comments on commit 10caf08

Please sign in to comment.