Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could not resolve #106

Open
alcadiosystem opened this issue Sep 9, 2024 · 3 comments
Open

Could not resolve #106

alcadiosystem opened this issue Sep 9, 2024 · 3 comments

Comments

@alcadiosystem
Copy link

I am working on updating several projects in which this library is being implemented. When trying to update to the latest version, 1.2.7, when compiling, a series of errors are obtained that do not allow progress to be made using this library. Replacing it with another is not an option because it is so deeply rooted in the project. I am leaving an image of the errors that appear when compiling.

image

The version being implemented in the project is:
implementation 'com.veinhorn.scrollgalleryview:library:1.2.7'
implementation 'com.veinhorn.scrollgalleryview:picasso-loader:1.2.7'

@VEINHORN
Copy link
Owner

VEINHORN commented Sep 9, 2024

Hey @alcadiosystem. Try to use the below versions for the dependencies and maybe also try to run ./gradlew cleanBuildCache command:

implementation 'com.veinhorn.scrollgalleryview:library:1.2.8'
implementation 'com.veinhorn.scrollgalleryview:picasso-loader:1.2.8'

Links in Maven Central: library and picasso-loader

@alcadiosystem
Copy link
Author

alcadiosystem commented Sep 20, 2024

@VEINHORN With the given version 1.2.8, this error is appearing, I have all the configuration given in the documentation but I still keep getting it, any idea why?

image

@Faltenreich
Copy link

Faltenreich commented Oct 13, 2024

The reason for this is the sunset of JCenter, the currently only repository of this library according to mvnrepository.com.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants