We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1451bd4 + bdd9288 commit f1b374dCopy full SHA for f1b374d
opensrp-chw/build.gradle
@@ -226,10 +226,11 @@ android {
226
buildConfigField "int", "DATABASE_VERSION", '10'
227
}
228
drc {
229
+ resConfigs "en", "fr"
230
dimension = 'baseDimension'
231
applicationIdSuffix ".drc"
- versionCode 1
232
- versionName "1.0.0"
+ versionCode 3
233
+ versionName "1.0.3"
234
buildConfigField "String", 'opensrp_url', '"https://wcaro-cd.smartregister.org/opensrp/"'
235
buildConfigField "String", 'guidebooks_url', '"https://opensrp.s3.amazonaws.com/media/default/"'
236
buildConfigField "String", 'opensrp_url_preview', '"https://wcaro-cd-preview.smartregister.org/opensrp/"'
0 commit comments