-
Notifications
You must be signed in to change notification settings - Fork 38
Fix #13 : Wrong Passcode Dot Issue #14
base: master
Are you sure you want to change the base?
Conversation
| androidTestImplementation 'com.android.support.test:runner:1.0.1' | ||
| androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1' | ||
| // implementation project(':mifos-passcode') | ||
| implementation project(':mifos-passcode') |
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.
@therajanmaurya Commanding this line was causing crash on start-up.
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.
yeah got it, remove the below line implementation 'com.mifos.mobile:mifos-passcode:0.3.0' and stay with the above.
| androidTestImplementation 'com.android.support.test:runner:1.0.1' | ||
| androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1' | ||
| // implementation project(':mifos-passcode') | ||
| implementation project(':mifos-passcode') |
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.
yeah got it, remove the below line implementation 'com.mifos.mobile:mifos-passcode:0.3.0' and stay with the above.
|
@therajanmaurya I have made the changes, please review it again. |
|
@therajanmaurya I don't why this Travis build is failing, but passing on my local machine. |
No description provided.