Skip to content

Commit

Permalink
👌 update the server urls
Browse files Browse the repository at this point in the history
  • Loading branch information
dubdabasoduba committed Jun 14, 2021
1 parent fa531d2 commit 8bf4c97
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions reference-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jacoco {
// This variables are used by the version code & name generators
ext.versionMajor = 1
ext.versionMinor = 6
ext.versionPatch = 6
ext.versionPatch = 7
ext.versionClassifier = null
ext.isSnapshot = false
ext.minimumSdkVersion = androidMinSdkVersion
Expand Down Expand Up @@ -143,7 +143,7 @@ android {
minifyEnabled false
zipAlignEnabled true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rule.pro'
resValue "string", 'opensrp_url', '"https://anc-stage.smartregister.org/opensrp/"'
resValue "string", 'opensrp_url', '"https://anc.labs.smartregister.org/opensrp/"'
buildConfigField "int", "OPENMRS_UNIQUE_ID_INITIAL_BATCH_SIZE", '250'
buildConfigField "int", "OPENMRS_UNIQUE_ID_BATCH_SIZE", '100'
buildConfigField "int", "OPENMRS_UNIQUE_ID_SOURCE", '1'
Expand All @@ -159,7 +159,7 @@ android {
}

debug {
resValue "string", 'opensrp_url', '"https://anc-stage.smartregister.org/opensrp/"'
resValue "string", 'opensrp_url', '"https://anc.labs.smartregister.org/opensrp/"'
buildConfigField "int", "OPENMRS_UNIQUE_ID_INITIAL_BATCH_SIZE", '250'
buildConfigField "int", "OPENMRS_UNIQUE_ID_BATCH_SIZE", '100'
buildConfigField "int", "OPENMRS_UNIQUE_ID_SOURCE", '2'
Expand Down

0 comments on commit 8bf4c97

Please sign in to comment.