You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Execution failed for task ':app:dataBindingMergeGenClassesAppStore'.
> Could not resolve all files for configuration ':app:appStoreCompileClasspath'.
> Could not resolve com.unsplash.pickerandroid:photopicker:1.0.0.
Required by:
project :app
> Could not resolve com.unsplash.pickerandroid:photopicker:1.0.0.
> Could not get resource 'https://dl.bintray.com/unsplash/unsplash-photopicker-android/com/unsplash/pickerandroid/photopicker/1.0.0/photopicker-1.0.0.pom'.
> Could not GET 'https://dl.bintray.com/unsplash/unsplash-photopicker-android/com/unsplash/pickerandroid/photopicker/1.0.0/photopicker-1.0.0.pom'. Received status code 403 from server: Forbidden
> Could not resolve com.unsplash.pickerandroid:photopicker:1.0.0.
> Could not get resource 'https://dl.bintray.com/apollographql/android/com/unsplash/pickerandroid/photopicker/1.0.0/photopicker-1.0.0.pom'.
> Could not GET 'https://dl.bintray.com/apollographql/android/com/unsplash/pickerandroid/photopicker/1.0.0/photopicker-1.0.0.pom'. Received status code 403 from server: Forbidden
Suggested fix:
Please move off of it and distribute the library on Maven Central instead.
The text was updated successfully, but these errors were encountered:
I just removed references to Binary in the repo and updated the instructions in the README file, to use JitPack. I'll look into moving it to Maven Central in the future.
// implementation 'com.unsplash.pickerandroid:photopicker:1.0.0' ==> Remove this one
implementation 'com.github.unsplash:unsplash-photopicker-android:1.0.0' ==> Add this one
Issue:
As of May 1st, Bintray is sunsetted and this library went down with it.
https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/
Builds are now failing with:
Suggested fix:
Please move off of it and distribute the library on Maven Central instead.
The text was updated successfully, but these errors were encountered: