-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OptiBP Widget #581
OptiBP Widget #581
Conversation
…m into feature/optibp-widget
jcenter() is at end of life but we still need it to resolve rdt-capture & circle progressbar libs
...oid-json-form-wizard/src/main/java/com/vijay/jsonwizard/utils/JsonFormMLSAssetGenerator.java
Show resolved
Hide resolved
gradle.properties
Outdated
@@ -1,4 +1,4 @@ | |||
VERSION_NAME=2.0.11-SNAPSHOT | |||
VERSION_NAME=2.1.1-SNAPSHOT |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why are we jumping to 2.1.1 instead of 2.1.0?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reverted to v2.1.0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are the NativeRadioButtonFactory
and CheckBoxFactory
tests specifically failing on this branch?
public static final int OPTIBP_REPEAT_REQUEST_CODE = 302; | ||
public static final String OPTIBP_REPORT_RESULT = "result"; | ||
public static final String OPTIBP_REPORT_COMPONENT = "component"; | ||
public static final String OPTIBP_REPORT_VALUE_QUANITITY = "valueQuantity"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's a tiny typo here -> VALUE_QUANTITY
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, I updated some functionality in NativeRadioButtonFactory
and CheckBoxFactory
to fix a FATAL EXCEPTION
appearing on Android 7, resulting in failing tests for these 2. So after that, I also had to update tests for these.
See #570