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 621 forks source link

Cannot resolve dependency with gradle #31

Open TimCastelijns opened 9 years ago

TimCastelijns commented 9 years ago

Whatever I try, I always get

Error:(28, 13) Failed to resolve: com.amulyakhare:com.amulyakhare.textdrawable:1.0.1
Show in File  
Show in Project Structure dialog

I tried all combinations of

repositories {
    jcenter()
    mavenCentral()
}

put them in both gradle files. In buildscript {}, in allprojects{} and in the root of the app's gradle, it simply won't work. I can resolve any other 3rd party dependecy, but not this one.

I don't know if more people have experienced this issue, I can't find anything on google. Any help is greatly appreciated.

Gradle version is 1.3.0

elviskc091 commented 9 years ago

I have the same issue.

Error:Failed to find: 'com.amulyakhare:com.amulyakhare.textdrawable:1.0.1' Open File

balazsgerlei commented 9 years ago

Hi! I experienced something similar. When using the repository suggested in the README: 'http://dl.bintray.com/amulyakhare/maven' gradle won't sync (stuck on resolving dependencies).

If I remove this repository though it syncs fine. Maybe it loads the repo from jcenter? I'm not sure, but something is definitely broken with this.

Dima564 commented 9 years ago

Same issue.

eighthave commented 7 years ago

it would be great to have this on jcenter! Its already on bintray, and its free software, so it should be easy to do!

Program2Builder commented 1 month ago

i am also facing the same issue

Failed to resolve: com.amulyakhare:com.amulyakhare.textdrawable:1.0.1 Show in Project Structure dialog Show Details

RobinKumar5986 commented 1 month ago

I am also getting the same issue I have tried all the solutions present over stack overflow nothing seems to be working.

RobinKumar5986 commented 1 month ago

I have tried to download the jar file directly using the maven repo. but its not getting downloaded.