diff --git a/opensrp-chw/build.gradle b/opensrp-chw/build.gradle index 7f0a3e8df1..b6c1b539a9 100644 --- a/opensrp-chw/build.gradle +++ b/opensrp-chw/build.gradle @@ -344,7 +344,7 @@ android { } dependencies { - implementation('org.smartregister:opensrp-client-chw-core:2.1.2-SNAPSHOT@aar') { + implementation('org.smartregister:opensrp-client-chw-core:2.1.3-SNAPSHOT@aar') { transitive = true exclude group: 'com.android.support', module: 'appcompat-v7' exclude group: 'androidx.legacy', module: 'legacy-support-v4'