File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/main/java/com/vijay/jsonwizard/widgets Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ dependencies {
114
114
implementation ' org.jeasy:easy-rules-mvel:3.3.0'
115
115
implementation ' joda-time:joda-time:2.10.5'
116
116
implementation ' com.google.code.gson:gson:2.8.5'
117
- implementation(' io.ona.rdt-capture:lib:2.0.1 ' ) {
117
+ implementation(' io.ona.rdt-capture:lib:2.1.0 ' ) {
118
118
exclude group : ' com.android.support.constraint' , module : ' constraint-layout'
119
119
exclude group : ' com.android.support' , module : ' design'
120
120
exclude group : ' com.android.support' , module : ' appcompat-v7'
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ private void addWidgetTags(JSONObject jsonObject) throws JSONException {
71
71
rootLayout .setTag (R .id .openmrs_entity_id , openMrsEntityId );
72
72
}
73
73
74
- protected abstract void launchRDTCaptureActivity ();
74
+ protected abstract void launchRDTCaptureActivity () throws Exception ;
75
75
76
76
protected int getLayout () {
77
77
return R .layout .native_form_rdt_capture ;
Original file line number Diff line number Diff line change 1
- VERSION_NAME =1.14.5.6 -SNAPSHOT
1
+ VERSION_NAME =1.14.6.0 -SNAPSHOT
2
2
VERSION_CODE =1
3
3
GROUP =org.smartregister
4
4
POM_SETTING_DESCRIPTION =OpenSRP Client Native Form Json Wizard
You can’t perform that action at this time.
0 commit comments