Support for NOT jCenter() repository
damiancioo opened this issue ยท 14 comments
damiancioo commented
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?
pramod51 commented
yes provide a solution for that
Scorpio93 commented
Any news?
pramod51 commented
no
โฆOn Thu, Dec 30, 2021 at 4:06 PM Evgeny Prytula ***@***.***> wrote:
Any news?
โ
Reply to this email directly, view it on GitHub
<#31 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANDYBV675FRLPHL2YLFDZC3UTQYZVANCNFSM5E5KS5BQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you commented.Message ID:
***@***.***>
jjn322 commented
Any updates on this issues? I having the same problem too ๐ข
RubenGarcia commented
I am also affected.
RubenGarcia commented
My solution was to copy QRGContents.java QRGEncoder.java QRGSaver.java into my project and change the package name.
dreamerenigma commented
Hello everyone, is there a solution for this problem? I tried to transfer files QRGContents.java QRGEncoder.java QRGSaver.java did not help.
BlairSweigman commented
Same here. works if I keep jCenter()
AceAbhishekOfficial commented
Try
maven { url 'https://jcenter.bintray.com/'
}
It worked
kevinsamyn commented
Same issue here. I had have to copy java source files in my project. Thanks @RubenGarcia
androidmads commented
We have upgraded the plugin to jitpack