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

use provided instead of compile #1

Merged
merged 3 commits into from
May 4, 2016
Merged

Conversation

leduderino
Copy link
Owner

Use provided instead of compile for the generator to exclude generator from the final apk. This helped to fix errors caused by the freemarker library when building the APK.

Use provided instead of compile for the generator to exclude generator from the final apk. This helped to fix errors caused by the freemarker library when building the APK.
@leduderino
Copy link
Owner Author

Forgot to mention: this is only important if the generator dependency is included in the android project (when using Android Studio for example). When using a seperate Java project for the generator, compile can still be used. This should be noted in the readme.

@leduderino leduderino merged commit a163d8e into master May 4, 2016
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.

1 participant