Skip to content

Commit

Permalink
Fix PNC registration form cannot move to the next page
Browse files Browse the repository at this point in the history
Fixes #510
  • Loading branch information
ekigamba committed Mar 24, 2023
1 parent 07c67a8 commit 4626b37
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion opensrp-giz-malawi/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 4626b37

Please sign in to comment.