DroidText
DroidText copied to clipboard
Reformatted project to AAR library
The library now can be uploaded to any repository. Example:
Gradle: allprojects { repositories { maven { url "https://jitpack.io" } } } dependencies { compile 'com.github.fcopardo:Droidtext:v1.5' }
Maven:
Just replace fcopardo with bullda to get it from the original repo after merging.