Closed sanjayitdesires closed 5 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)
@chriswiesner thanks a lot. Your suggestion worked for me
google() mavenCentral() jcenter()
thanks it worked.
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.