amulyakhare / TextDrawable

This light-weight library provides images with letter/text like the Gmail app. It extends the Drawable class thus can be used with existing/custom/network ImageView classes. Also included is a fluent interface for creating drawables and a customizable ColorGenerator.
MIT License
3.16k stars 623 forks source link

Maven Central #1

Closed gautamk closed 9 years ago

gautamk commented 10 years ago

Please add this to Maven Central / Bintray / Jcenter

jonchampagne commented 10 years ago

Bump

brianmuse commented 10 years ago

:+1: Bump!

Rican7 commented 10 years ago

:+1:

amulyakhare commented 10 years ago

Sorry for being late. I have added it to Bintray (requested for linking to JCenter). In the meantime, you could use it as follows:

repositories{
    maven {
        url 'http://dl.bintray.com/amulyakhare/maven'
    }
}

dependencies {
    compile 'com.amulyakhare:com.amulyakhare.textdrawable:1.0.0'
}
brianmuse commented 10 years ago

Awesome! Thanks!

jenzz commented 9 years ago

Any update on JCenter? :)