Skip to content

Commit

Permalink
Add verbose logging on Child Health Module
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Ndegwa <[email protected]>
  • Loading branch information
ndegwamartin committed Sep 27, 2021
1 parent 26b10b6 commit afbef97
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions opensrp-unicef-angola/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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'
Expand Down Expand Up @@ -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'
Expand Down

0 comments on commit afbef97

Please sign in to comment.