Failed to resolve: com.isseiaoki:simplecropview:1.1.7
Suddenly recently I can't load libraries via jcenter() anymore. Please help me.
Failed to resolve: com.isseiaoki:simplecropview:1.1.8 Show in Project Structure dialog Affected Modules: app
same here!
remove jcenter() with mavenCentral() and add below uri maven { url =uri("https://maven.aliyun.com/repository/jcenter") }
this will resolve this issue
remove jcenter() with mavenCentral() and add below uri maven { url =uri("https://maven.aliyun.com/repository/jcenter") }
this will resolve this issue
This works. Thanks.
remove jcenter() with mavenCentral() and add below uri maven { url =uri("https://maven.aliyun.com/repository/jcenter") }
this will resolve this issue
You are a savior man. Thanks a lot.
remove jcenter() with mavenCentral() and add below uri maven { url =uri("https://maven.aliyun.com/repository/jcenter") }
this will resolve this issue
I should insert this in the build.gradle file? In which section: buildscript > repositories or in allprojects > repositories? I still have this issue even adding the maven uri