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

Build Error #18

Open
YounessZekki opened this issue Jun 23, 2023 · 3 comments
Open

Build Error #18

YounessZekki opened this issue Jun 23, 2023 · 3 comments

Comments

@YounessZekki
Copy link

Hello
I used the library in my Android project for more than 2 years. And since yesterday, I had an error message during the build of my project, and looking at the logs, it turned out that it is related to the vmeter library: Could not find io.gresse.hugo.vumeterlibrary:vumeterlibrary:1.0.17. Do you have any idea on the root cause of this problem?
Best regards

@HugoGresse
Copy link
Owner

The library still seems to be available from here : https://mvnrepository.com/artifact/io.gresse.hugo.vumeterlibrary/vumeterlibrary/1.0.17

Maybe a local issue on your side?

@YounessZekki
Copy link
Author

According to this Gradle blog post:

Gradle 7.0 will deprecate the use of jcenter() to resolve dependencies.
You will still be able to use JCenter as a repository, but Gradle will emit a warning.
The jcenter() method will be removed in the next major release.

Gradle has no inherent tie to JCenter or Maven Central, so you can always switch to any other repository of your choice.

And according to Android Developers:

JFrog, the company that maintains the JCenter artifact repository used by many Android projects, recently announced the deprecation and upcoming retirement of JCenter.
According to the announcement, JCenter will allow downloads of existing artifacts until February 1, 2022.

Developers who publish artifacts on JCenter should start migrating packages to a new host, such as Maven Central.

I wonder if the library is available in another repository apart from JCenter? If so, which one? Thank's in advance

@HugoGresse
Copy link
Owner

the library should probably be republished on maven, it won't take long but I haven't done that in a long time so.

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

2 participants