igreenwood / SimpleCropView

A simple image cropping library for Android.
MIT License
2.48k stars 465 forks source link

jcenter() Deprecated So Lib Not Locate In Maven #158

Open sp007 opened 3 years ago

sp007 commented 3 years ago

Hello jcenter() Deprecated So Lib Not Locate In Maven

Please Update lib With mavenCentral(). Currently Not Build Project.

sergiocasaspastor commented 3 years ago

Hi, Yes, same problem here. Please update it with mavenCentral() Thank you

jkpatel1463 commented 3 years ago

I can only found this way to solve this error, Because project is not updated since 2018, so its not worth to wait for it.

Now, You can clone this repo and include this repo in to your project's lib to make it working without jcenter().

sergiocasaspastor commented 3 years ago

Ok, I understand it. Thank you

darkokoa commented 3 years ago

Well, I found that some mirrors of jCenter can still be used

For example: maven { url 'https://maven.aliyun.com/repository/jcenter' }

This is a mirror of jCenter from China

I think there should be such 3rd party mirrors in US / EU

devsalman commented 1 day ago

Well, I found that some mirrors of jCenter can still be used

For example: maven { url 'https://maven.aliyun.com/repository/jcenter' }

This is a mirror of jCenter from China

I think there should be such 3rd party mirrors in US / EU

thanks.. you save my life 😭