Skip to content

Commit f1b374d

Browse files
Merge pull request #1607 from OpenSRP/increment-version-code-for-drc-release
Increment version code and version name for drc release
2 parents 1451bd4 + bdd9288 commit f1b374d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

opensrp-chw/build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,10 +226,11 @@ android {
226226
buildConfigField "int", "DATABASE_VERSION", '10'
227227
}
228228
drc {
229+
resConfigs "en", "fr"
229230
dimension = 'baseDimension'
230231
applicationIdSuffix ".drc"
231-
versionCode 1
232-
versionName "1.0.0"
232+
versionCode 3
233+
versionName "1.0.3"
233234
buildConfigField "String", 'opensrp_url', '"https://wcaro-cd.smartregister.org/opensrp/"'
234235
buildConfigField "String", 'guidebooks_url', '"https://opensrp.s3.amazonaws.com/media/default/"'
235236
buildConfigField "String", 'opensrp_url_preview', '"https://wcaro-cd-preview.smartregister.org/opensrp/"'

0 commit comments

Comments
 (0)