Skip to content

Commit 2b750a3

Browse files
Merge pull request #518 from OpenSRP/support-configurable-rdts
Bump RDT capture lib version to support configurable RDTs
2 parents 876dc43 + a8ac77c commit 2b750a3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

android-json-form-wizard/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ dependencies {
114114
implementation 'org.jeasy:easy-rules-mvel:3.3.0'
115115
implementation 'joda-time:joda-time:2.10.5'
116116
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') {
118118
exclude group: 'com.android.support.constraint', module: 'constraint-layout'
119119
exclude group: 'com.android.support', module: 'design'
120120
exclude group: 'com.android.support', module: 'appcompat-v7'

android-json-form-wizard/src/main/java/com/vijay/jsonwizard/widgets/RDTCaptureFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ private void addWidgetTags(JSONObject jsonObject) throws JSONException {
7171
rootLayout.setTag(R.id.openmrs_entity_id, openMrsEntityId);
7272
}
7373

74-
protected abstract void launchRDTCaptureActivity();
74+
protected abstract void launchRDTCaptureActivity() throws Exception;
7575

7676
protected int getLayout() {
7777
return R.layout.native_form_rdt_capture;

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION_NAME=1.14.5.6-SNAPSHOT
1+
VERSION_NAME=1.14.6.0-SNAPSHOT
22
VERSION_CODE=1
33
GROUP=org.smartregister
44
POM_SETTING_DESCRIPTION=OpenSRP Client Native Form Json Wizard

0 commit comments

Comments
 (0)