Support for NOT jCenter() repository

See original GitHub issue

I have following issues:

Could not find androidmads.library.qrgenearator:QRGenearator:1.0.4.
     Searched in the following locations:
       - https://dl.google.com/dl/android/maven2/androidmads/library/qrgenearator/QRGenearator/1.0.4/QRGenearator-1.0.4.pom
       - https://repo.maven.apache.org/maven2/androidmads/library/qrgenearator/QRGenearator/1.0.4/QRGenearator-1.0.4.pom
       - https://jitpack.io/androidmads/library/qrgenearator/QRGenearator/1.0.4/QRGenearator-1.0.4.pom

It seems that this is related to lacking of jCenter() alternatives?

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:11 (1 by maintainers)

github_iconTop GitHub Comments

4reactions
pramod51commented, Oct 10, 2021

yes provide a solution for that

1reaction
AceAbhishekOfficialcommented, Aug 28, 2022

Try maven { url ‘https://jcenter.bintray.com/’ } It worked

Read more comments on GitHub >

github_iconTop Results From Across the Web

Android Studio Gradle: Please remove usages of `jcenter ...
By moving mavenCentral() above jcenter() , mavenCentral() now becomes the primary repository for all non Google artifacts.
Read more >
JCenter Shutdown Impact on Gradle Builds
UPDATE: JFrog has decided to keep JCenter as a read-only repository indefinitely. New package and versions are no longer accepted on JCenter.
Read more >
Jcenter() repository is going away - Support - Multi-OS Engine
May 1st: Bintray, JCenter services will no longer be available. So, the moe artifacts should also be migrated to another maven repository.
Read more >
JCenter service update - Android Developers
JFrog, the company that maintains the JCenter artifact repository used by many Android projects, made JCenter a read-only repository on March 31st, 2021....
Read more >
Upgrade Android Project from JCenter to Maven Central
Google's Android Studio defaults to the JCenter repository for non-Google artifacts. Unfortunately, JFrog, the maintainers of JCenter, ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found