Skip to content

Commit

Permalink
⬆️ Update CRVS app version to v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
allan-on committed Jul 1, 2022
1 parent b483ee4 commit 5496209
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions opensrp-chw/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -257,8 +257,8 @@ android {
crvs {
dimension = 'baseDimension'
applicationIdSuffix ".crvs"
versionCode 3
versionName "1.0.2"
versionCode 4
versionName "1.0.3"
buildConfigField "String", 'opensrp_url', '"https://crvs-cd.smartregister.org/opensrp/"'
buildConfigField "String", 'guidebooks_url', '"https://opensrp.s3.amazonaws.com/media/togo/"' // TODO: To be updated to point to a CRVS S3 Bucket
buildConfigField "String", 'opensrp_url_debug', '"https://crvs.labs.smartregister.org/opensrp/"'
Expand Down

0 comments on commit 5496209

Please sign in to comment.