diff --git a/opensrp-brac-hnpp/build.gradle b/opensrp-brac-hnpp/build.gradle index 5923fcf9b..773f71137 100644 --- a/opensrp-brac-hnpp/build.gradle +++ b/opensrp-brac-hnpp/build.gradle @@ -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/"' } }