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(gradle-build): fixes an issue where the android build fails if there is no keystore file #12

Merged
merged 1 commit into from Oct 19, 2019

Conversation

stevenviar
Copy link

I noticed the build was failing when trying to run this project in release mode for android as advised in the readme. I also noticed you had this same problem yourself (#7) and it was resolved when you restored your keystore file.

I added a conditional statement that allows someone that's just cloned the project to be able to run it in release mode (using the default signingConfigs.debug) while still allowing you to use your signed version.

Love the project by the way! Haven't had much of a chance to play with it yet, but I'd love to offer any help I can.

@urmilshroff
Copy link
Owner

Oh, that's great. Thanks for the PR! I'll merge it.

I'll also open some issues soon so you can help out. Thanks for stopping by! I'm glad you liked the project.

@urmilshroff urmilshroff merged commit 4216783 into urmilshroff:master Oct 19, 2019
@stevenviar stevenviar deleted the fix/android-build branch October 19, 2019 21:36
@urmilshroff
Copy link
Owner

@stevenviar You can work on the currently open issues if you like. I can't think of any more to add at the moment.

@stevenviar
Copy link
Author

@urmilshroff sounds good, I'll see what I can do!

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.

None yet

2 participants