@@ -25,7 +25,7 @@ jacoco {
2525// This variables are used by the version code & name generators
2626ext. versionMajor = 1
2727ext. versionMinor = 6
28- ext. versionPatch = 6
28+ ext. versionPatch = 7
2929ext. versionClassifier = null
3030ext. isSnapshot = false
3131ext. minimumSdkVersion = androidMinSdkVersion
@@ -143,7 +143,7 @@ android {
143143 minifyEnabled false
144144 zipAlignEnabled true
145145 proguardFiles getDefaultProguardFile(' proguard-android.txt' ), ' proguard-rule.pro'
146- resValue " string" , ' opensrp_url' , ' "https://anc-stage .smartregister.org/opensrp/"'
146+ resValue " string" , ' opensrp_url' , ' "https://anc.labs .smartregister.org/opensrp/"'
147147 buildConfigField " int" , " OPENMRS_UNIQUE_ID_INITIAL_BATCH_SIZE" , ' 250'
148148 buildConfigField " int" , " OPENMRS_UNIQUE_ID_BATCH_SIZE" , ' 100'
149149 buildConfigField " int" , " OPENMRS_UNIQUE_ID_SOURCE" , ' 1'
@@ -159,7 +159,7 @@ android {
159159 }
160160
161161 debug {
162- resValue " string" , ' opensrp_url' , ' "https://anc-stage .smartregister.org/opensrp/"'
162+ resValue " string" , ' opensrp_url' , ' "https://anc.labs .smartregister.org/opensrp/"'
163163 buildConfigField " int" , " OPENMRS_UNIQUE_ID_INITIAL_BATCH_SIZE" , ' 250'
164164 buildConfigField " int" , " OPENMRS_UNIQUE_ID_BATCH_SIZE" , ' 100'
165165 buildConfigField " int" , " OPENMRS_UNIQUE_ID_SOURCE" , ' 2'
0 commit comments