Skip to content
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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

miPlodder
Copy link

No description provided.

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')
Copy link
Author

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.

Copy link
Member

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')
Copy link
Member

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.

@miPlodder
Copy link
Author

@therajanmaurya I have made the changes, please review it again.

@miPlodder
Copy link
Author

@therajanmaurya I don't why this Travis build is failing, but passing on my local machine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants