From dee5e7fb92698ee93aeba6808cad724b179ad549 Mon Sep 17 00:00:00 2001 From: mahmud6390 Date: Sat, 19 Dec 2020 11:55:24 +0600 Subject: [PATCH] commit --- opensrp-brac-hnpp/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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/"' } }