androidmads/QRGenerator

Support for NOT jCenter() repository

damiancioo opened this issue ยท 14 comments

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?

yes provide a solution for that

Any news?

Any updates on this issues? I having the same problem too ๐Ÿ˜ข

I am also affected.

My solution was to copy QRGContents.java QRGEncoder.java QRGSaver.java into my project and change the package name.

Hello everyone, is there a solution for this problem? I tried to transfer files QRGContents.java QRGEncoder.java QRGSaver.java did not help.

Same here. works if I keep jCenter()

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

Same issue here. I had have to copy java source files in my project. Thanks @RubenGarcia

We have upgraded the plugin to jitpack