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: Proguard config to fix build. #64

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

Conversation

KishoreBabuIN
Copy link

Add -dontwarn for rxjava adapters for retrofit 2. Now the repo can build a release build out of the box.

Add -dontwarn for rxjava adapters for retrofit 2. Now the repo can build a release build out of the box.
@jemmaSlater
Copy link

Hello! Thanks for opening a pull request and sorry for the delay in response.

I agree it would be nice to be able to build a release build out of the box, and your pull request does seem to 'fix' this, however when I check out your changes, although the build is successful, I get 3,376 errors displayed in Android Studio. Do you also see these errors?

This does not seem an ideal situation, and I wonder if there is a better configuration for this file which does not produce any errors or warnings. I've only been able to spend a small amount of time looking into this, and have yet to find a good solution. It does seem like the proguard file needs revisiting, for example: it contains rules for the Otto library which is no longer used within the boilerplate project.

Unfortunately our studio is now closed until the new year, but I will try to find a solution when we re-open. Feel free to make any changes in the meantime. Happy holidays! :)

@ribotaccounts
Copy link

Can one of the admins verify this patch?

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.

3 participants