How to compile forked library in Gradle?

Issue I want to compile the following library in my project in build.gradle: https://github.com/theDazzler/Android-Bootstrap It is forked from https://github.com/Bearded-Hen/Android-Bootstrap, but no documentation in the repository explains how to include in in project. I tried something like this: compile ‘com.theDazzler:androidbootstrap:+’ but

Continue reading