Svran
Svran
try: implementation 'com.github.svran:Android-Image-Cropper:2.8.0.4' i forked this project and change to "com.android.support" libary.
add this allprojects { repositories { jcenter() maven { url "https://jitpack.io" } } }
i only change androidX to support libary ,Did the original author modify the api?
now try: implementation 'com.github.svran:Android-Image-Cropper:2.8.0.4' Sorry, I made a mistake in uploading the libary file.
> > now try: implementation 'com.github.svran:Android-Image-Cropper:2.8.0.4' > > Sorry, I made a mistake in uploading the libary file. > > when I build , it need `com.android.support:exifinterface:28.0.0`,when I add `api...