TextDrawable icon indicating copy to clipboard operation
TextDrawable copied to clipboard

Android Gradel Sync Issue.

Open RobinKumar5986 opened this issue 1 year ago • 5 comments

Could not find com.amulyakhare:com.amulyakhare.textdrawable:1.0.1. Required by: project :app

getting this issue in android studio how to fix this ?

RobinKumar5986 avatar Sep 24 '24 07:09 RobinKumar5986

Does someone have any resolution for this? I am getting this exact issue when I migrated Gradle to 8.4.2

NilayTheAndroidGuy avatar Sep 26 '24 06:09 NilayTheAndroidGuy

I've been using the commit rather than the tag which seems to work:

implementation 'com.github.amulyakhare:TextDrawable:558677ea31'

Through jitpack in repositories section:

maven {
        url "https://jitpack.io"
    }

mendhak avatar Oct 05 '24 17:10 mendhak

I went to check on maven and found that these library is not present. I tried to download the the jar file directly from maven but not able to to. I tried multiple websites to do but not able to do. Do, any one have solution for these ???

RobinKumar5986 avatar Oct 11 '24 09:10 RobinKumar5986

The original artifact was published to bintray.com.

JFrog decided to shutdown bintray.com: https://jfrog.com/blog/jcenter-sunset/#:~:text=When%20Bintray%20was%20deprecated%20on,to%20migrate%20to%20other%20public

Someone now needs to publish this artifact to Maven Central.

I plan to do this unless someone beats me to it.

mores avatar Oct 14 '24 14:10 mores

change 'com.amulyakhare:com.amulyakhare.textdrawable:1.0.1' to 'io.github.mores:textdrawable:1.0.1'

mores avatar Oct 15 '24 21:10 mores

@mores thanks for putting this.

RobinKumar5986 avatar Oct 22 '24 10:10 RobinKumar5986

Closing this issue for now.

RobinKumar5986 avatar Oct 29 '24 05:10 RobinKumar5986