Skip to content

Commit

Permalink
support rules form from db for JsonWizardFormActivity
Browse files Browse the repository at this point in the history
resolves #583
  • Loading branch information
LZRS committed Jun 22, 2021
1 parent 56b5108 commit 5614471
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
/**
* Created by keyman on 04/12/2018.
*/
public class JsonWizardFormActivity extends JsonFormActivity {
public class JsonWizardFormActivity extends FormConfigurationJsonFormActivity {

@Override
public void initializeFormFragment() {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=1.14.7.2-SNAPSHOT
VERSION_NAME=1.14.7.3-SNAPSHOT
VERSION_CODE=1
GROUP=org.smartregister
POM_SETTING_DESCRIPTION=OpenSRP Client Native Form Json Wizard
Expand Down

0 comments on commit 5614471

Please sign in to comment.