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 config options for Android release builds #1

Merged
merged 1 commit into from
Apr 16, 2020

Conversation

wwwdata
Copy link
Collaborator

@wwwdata wwwdata commented Apr 16, 2020

Pull request of the changes I also wanted to submit to the original repo: pichillilorenzo#295

Using reflection was not a good idea because when the Android App is
compiled for release mode, some code optimizations are executed. The
fields of the configuration classes were then renamed and the mapping
via reflections did not work again. Now everything has an explicit
mapping form the untyped HashMap to the class fields and vice versa.
@arnaudelub arnaudelub merged commit 8b7cd2f into arnaudelub:master Apr 16, 2020
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