Skip to content

Commit

Permalink
Updated gradle version
Browse files Browse the repository at this point in the history
  • Loading branch information
rkodev committed Jun 11, 2019
1 parent 2ed7ecf commit 018fcc3
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 @@ -109,7 +109,7 @@ android {
dimension = 'baseDimension'
applicationIdSuffix ".ba"
versionCode 1
versionName "0.0.1"
versionName "0.0.2"
buildConfigField "String", 'opensrp_url', '"https://boresha-afya.smartregister.org/opensrp/"'
buildConfigField "String", 'opensrp_url_debug', '"https://boresha-afya-stage.smartregister.org/opensrp/"'
buildConfigField "String[]", "ALLOWED_LOCATION_LEVELS", '{"MOH Jhpiego Facility Name" , "Village"}'
Expand All @@ -121,7 +121,7 @@ android {
wcaro {
dimension = 'baseDimension'
versionCode 1
versionName "0.1.4"
versionName "0.1.5"
buildConfigField "String", 'opensrp_url', '"https://unicefwcaro.smartregister.org/opensrp/"'
buildConfigField "String", 'opensrp_url_debug', '"https://unicefwcaro-stage.smartregister.org/opensrp/"'
buildConfigField "String[]", "ALLOWED_LOCATION_LEVELS", '{"Clinic" , "CHSS" , "CHA"}'
Expand Down

0 comments on commit 018fcc3

Please sign in to comment.