Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mahmud6390 committed Dec 19, 2020
1 parent 15e1928 commit dee5e7f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions opensrp-brac-hnpp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,11 @@ android {
versionName "1.3.3"
dimension = 'baseDimension'
buildConfigField "boolean", 'IS_TRAINING', 'false'
// buildConfigField "String", 'opensrp_url_training', '"http://mhealth.brac.net:8080/opensrp/"'
// buildConfigField "String", 'opensrp_url_live', '"http://mhealth.brac.net:8080/opensrp/"'
buildConfigField "String", 'opensrp_url_training', '"http://mhealth.brac.net:8080/opensrp/"'
buildConfigField "String", 'opensrp_url_live', '"http://mhealth.brac.net:8080/opensrp/"'

buildConfigField "String", 'opensrp_url_training', '"http://hnpptest.mpower-social.com:8080/opensrp/"'
buildConfigField "String", 'opensrp_url_live', '"http://hnpptest.mpower-social.com:8080/opensrp/"'
// buildConfigField "String", 'opensrp_url_training', '"http://hnpptest.mpower-social.com:8080/opensrp/"'
// buildConfigField "String", 'opensrp_url_live', '"http://hnpptest.mpower-social.com:8080/opensrp/"'

}
}
Expand Down

0 comments on commit dee5e7f

Please sign in to comment.