Skip to content

Commit 8bf4c97

Browse files
committed
👌 update the server urls
1 parent fa531d2 commit 8bf4c97

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

reference-app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jacoco {
2525
// This variables are used by the version code & name generators
2626
ext.versionMajor = 1
2727
ext.versionMinor = 6
28-
ext.versionPatch = 6
28+
ext.versionPatch = 7
2929
ext.versionClassifier = null
3030
ext.isSnapshot = false
3131
ext.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

Comments
 (0)