DroidText icon indicating copy to clipboard operation
DroidText copied to clipboard

Reformatted project to AAR library

Open fcopardo opened this issue 9 years ago • 0 comments

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: jitpack.io https://jitpack.io

com.github.fcopardo Droidtext v1.5

Just replace fcopardo with bullda to get it from the original repo after merging.

fcopardo avatar Sep 01 '16 22:09 fcopardo