Skip to content

Commit

Permalink
Merge pull request #14 from onaio/changes-11-01-2020-uw
Browse files Browse the repository at this point in the history
UW changes from 11-01-2020 to 30-01-2020
  • Loading branch information
vincent-karuri authored Jan 31, 2020
2 parents a5be1bc + 34e29e4 commit 1eaa4fd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'maven-publish'
apply plugin: 'com.jfrog.bintray'

group = "io.ona.rdt-capture"
version = '1.3.0'
version = '1.3.1'
def home = System.properties['user.home']

android {
Expand Down
6 changes: 3 additions & 3 deletions lib/src/main/assets/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"FIDUCIAL_MIN_HEIGHT": 0,
"FIDUCIAL_MIN_WIDTH": 0,
"FIDUCIAL_MAX_WIDTH": 0,
"FIDUCIAL_TO_RESULT_WINDOW_OFFSET": 267,
"FIDUCIAL_TO_RESULT_WINDOW_OFFSET": 255,
"RESULT_WINDOW_RECT_HEIGHT": 90,
"RESULT_WINDOW_RECT_WIDTH_PADDING": 90,
"FIDUCIAL_DISTANCE": 0,
Expand All @@ -65,9 +65,9 @@
"FIDUCIAL_MIN_HEIGHT": 0,
"FIDUCIAL_MIN_WIDTH": 0,
"FIDUCIAL_MAX_WIDTH": 0,
"FIDUCIAL_TO_RESULT_WINDOW_OFFSET": 300,
"FIDUCIAL_TO_RESULT_WINDOW_OFFSET": 305,
"RESULT_WINDOW_RECT_HEIGHT": 100,
"RESULT_WINDOW_RECT_WIDTH_PADDING": 85,
"RESULT_WINDOW_RECT_WIDTH_PADDING": 100,
"FIDUCIAL_DISTANCE": 0,
"FIDUCIAL_COUNT": 0,
"TOP_LINE_NAME": "Control",
Expand Down
Binary file modified lib/src/main/res/drawable-nodpi/experimental_rdt_v1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1eaa4fd

Please sign in to comment.