Skip to content

Commit

Permalink
add prod config
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenreup committed Aug 1, 2023
1 parent 8c4caae commit 082be97
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/dataclerk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ android {
applicationId "org.dtree.fhircore.dataclerk"
minSdkVersion sdk_versions.min_sdk
targetSdkVersion sdk_versions.target_sdk
versionCode 2
versionName "0.0.2"
versionCode 3
versionName "1.0.0"
multiDexEnabled true

buildConfigField("boolean", 'SKIP_AUTH_CHECK', "false")
Expand Down
7 changes: 7 additions & 0 deletions android/quest/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,13 @@ android {
versionCode 20
versionName "0.1.10"
}
mwcoreProd {
dimension "apps"
applicationIdSuffix ".mwcoreProd"
versionNameSuffix "-mwcoreProd"
versionCode 1
versionName "0.0.1"
}
afyayangu {
dimension "apps"
applicationIdSuffix ".afyayangu"
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.
7 changes: 7 additions & 0 deletions android/quest/src/mwcoreProd/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<resources>
<string name="app_name" translatable="false">Tingathe</string>
<string name="sex">Gender</string>
<string name="authenticator_account_type" translatable="false">org.smartregister.fhircore.mwcore</string>
<string name="identifier_unassigned">Unassigned</string>
<string name="questionnaire_alert_submit_message">Are you sure you want to save?</string>
</resources>

0 comments on commit 082be97

Please sign in to comment.