Skip to content

Commit

Permalink
Merge pull request #1607 from OpenSRP/increment-version-code-for-drc-…
Browse files Browse the repository at this point in the history
…release

Increment version code and version name for drc release
  • Loading branch information
zzainulabidin authored Dec 3, 2020
2 parents 1451bd4 + bdd9288 commit f1b374d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions opensrp-chw/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -226,10 +226,11 @@ android {
buildConfigField "int", "DATABASE_VERSION", '10'
}
drc {
resConfigs "en", "fr"
dimension = 'baseDimension'
applicationIdSuffix ".drc"
versionCode 1
versionName "1.0.0"
versionCode 3
versionName "1.0.3"
buildConfigField "String", 'opensrp_url', '"https://wcaro-cd.smartregister.org/opensrp/"'
buildConfigField "String", 'guidebooks_url', '"https://opensrp.s3.amazonaws.com/media/default/"'
buildConfigField "String", 'opensrp_url_preview', '"https://wcaro-cd-preview.smartregister.org/opensrp/"'
Expand Down

0 comments on commit f1b374d

Please sign in to comment.