-
Notifications
You must be signed in to change notification settings - Fork 32
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
Fix #13 : Wrong Passcode Dot Issue #14
base: master
Are you sure you want to change the base?
Conversation
app/build.gradle
Outdated
@@ -24,6 +24,6 @@ dependencies { | |||
testImplementation 'junit:junit:4.12' | |||
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.
app/build.gradle
Outdated
@@ -24,6 +24,6 @@ dependencies { | |||
testImplementation 'junit:junit:4.12' | |||
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.