igreenwood / SimpleCropView

A simple image cropping library for Android.
MIT License
2.49k stars 468 forks source link

Failed to resolve: com.isseiaoki:simplecropview:1.1.7 #172

Open lockholmesher opened 1 month ago

lockholmesher commented 1 month ago

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

mianaliasjad commented 1 month ago

same here!

umairsaeed007 commented 1 month ago

remove jcenter() with mavenCentral() and add below uri maven { url =uri("https://maven.aliyun.com/repository/jcenter") }

this will resolve this issue

kolappannathan commented 1 month ago

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.