From b478bcbdeedaa61479ecb5a0c75ec6b5032e2ffc Mon Sep 17 00:00:00 2001 From: Simon Njoroge Date: Fri, 15 Oct 2021 16:07:12 +0300 Subject: [PATCH] Update hellocharts dependency --- opensrp-chw/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opensrp-chw/build.gradle b/opensrp-chw/build.gradle index 2c9b7dd756..2c1704d343 100644 --- a/opensrp-chw/build.gradle +++ b/opensrp-chw/build.gradle @@ -382,7 +382,7 @@ dependencies { //For viewing PDFs in the app implementation 'com.github.barteksc:android-pdf-viewer:3.2.0-beta.1' - implementation 'com.github.lecho:hellocharts-android:v1.5.8@aar' + implementation 'com.github.lecho:hellocharts-android:1.5.8@aar' testImplementation "org.koin:koin-test:2.0.1" testImplementation 'junit:junit:4.13'