-
Notifications
You must be signed in to change notification settings - Fork 193
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
Android: Migrated to new Gradle build sysyem #185
base: master
Are you sure you want to change the base?
Conversation
This looks great. My only comment would be to change a few lines to target API 23 and use build tools 23 :) |
+1 let's do this! |
👍 |
2 similar comments
+1 |
+1 |
Hi, is there any build ready to be used in an Android gradle project? (I mean without having to compile this project). Thank you! |
@fmaylinch and others - this guy provides gradle dependency: He linked in on this issue: To bad this repo is dead - no owner is responding |
It's all good, I've been using Commit451's gradle'd repo for a while. Works fantastically. |
Hey guys, yeah I am keeping https://github.com/Commit451/bypasses up to date with the latest builds of this library. Just built with NDK 12 so it should be good to go 👍 |
Keep it up, @Jawnnypoo |
Hey guys. Any update on this? Im about to fork it and copy all the files in my project. I'm afraid this is kind of the best approach to render fast markdown in a TextView that I've found out there. @ex3ndr Did you keep using the library? I haven't seen the project forked in your repository :-/ |
Using POM files is veeery obsolete way. This pull requests provide support for Android Studio and new Gradle build system.
NDK support in gradle is still weak and one workaround introduced to use old Android/Application makefiles.
All tests are passed.