chrisjenx / Calligraphy

Custom fonts in Android the easy way...
Apache License 2.0
8.59k stars 1.1k forks source link

Failed to resolve calligraphy #444

Closed sanjayitdesires closed 5 years ago

sanjayitdesires commented 6 years ago

I recently upgraded to Android Studio 3.1 from Stable Channel. After this, I am getting an error like "Failed to resolve calligraphy". Anyone have the solution for this issue.

chriswiesner commented 6 years ago

Seems that jCenter is not hosting it anymore (at least recent versions) see https://jcenter.bintray.com/uk/co/chrisjenx/calligraphy/

you can still get it on mavenCentral (just make sure that mavenCentral() is on top of jcenter() in your build.gradle repositories)

norrisboat commented 6 years ago

@chriswiesner thanks a lot. Your suggestion worked for me

pravingaikwad07 commented 6 years ago

google() mavenCentral() jcenter()

thanks it worked.