diff --git a/opensrp-unicef-angola/build.gradle b/opensrp-unicef-angola/build.gradle index 89f2ac9a..b63f31b6 100644 --- a/opensrp-unicef-angola/build.gradle +++ b/opensrp-unicef-angola/build.gradle @@ -45,8 +45,8 @@ android { applicationId "org.smartregister.unicefangola" minSdkVersion androidMinSdkVersion targetSdkVersion androidTargetSdkVersion - versionCode 5 - versionName "0.0.5" + versionCode 6 + versionName "0.0.6" multiDexEnabled true buildConfigField "long", "MAX_SERVER_TIME_DIFFERENCE", "1800000l" buildConfigField "boolean", "TIME_CHECK", "false" @@ -87,8 +87,8 @@ android { resValue "string", 'opensrp_url', '"https://unicef-ao.smartregister.org/opensrp/"' proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rule.pro' - buildConfigField "int", "OPENMRS_UNIQUE_ID_INITIAL_BATCH_SIZE", '250' - buildConfigField "int", "OPENMRS_UNIQUE_ID_BATCH_SIZE", '100' + buildConfigField "int", "OPENMRS_UNIQUE_ID_INITIAL_BATCH_SIZE", '50' + buildConfigField "int", "OPENMRS_UNIQUE_ID_BATCH_SIZE", '10' buildConfigField "int", "OPENMRS_UNIQUE_ID_SOURCE", '11' buildConfigField "int", "VACCINE_SYNC_TIME", '0' buildConfigField "int", "DATABASE_VERSION", '12' @@ -207,7 +207,7 @@ dependencies { implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.12.0' - implementation('org.smartregister:opensrp-client-child:0.6.19-SNAPSHOT@aar') { + implementation('org.smartregister:opensrp-client-child:0.7.1-VLOGS-SNAPSHOT@aar') { transitive = true exclude group: 'id.zelory', module: 'compressor' exclude group: 'com.android.support', module: 'appcompat-v7'