From 4626b37c7acd769a40fc3f705f17679fc5d393f5 Mon Sep 17 00:00:00 2001 From: Ephraim Kigamba Date: Fri, 24 Mar 2023 11:28:24 +0300 Subject: [PATCH] Fix PNC registration form cannot move to the next page Fixes https://github.com/opensrp/opensrp-client-giz-malawi/issues/510 --- opensrp-giz-malawi/build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/opensrp-giz-malawi/build.gradle b/opensrp-giz-malawi/build.gradle index 10a4f394..df5f8fca 100644 --- a/opensrp-giz-malawi/build.gradle +++ b/opensrp-giz-malawi/build.gradle @@ -337,7 +337,8 @@ dependencies { exclude group: 'org.smartregister', module: 'opensrp-client-configurable-views' exclude group: 'com.android.support', module: 'appcompat-v7' } - api('org.smartregister:opensrp-client-native-form:2.1.11-SNAPSHOT@aar') { + + api('org.smartregister:opensrp-client-native-form:2.1.14.1-GIZ-SNAPSHOT@aar') { transitive = true exclude group: 'id.zelory', module: 'compressor' exclude group: 'com.android.support', module: 'recyclerview-v7'