QRCodeReaderView
QRCodeReaderView copied to clipboard
JCenter End of Life
trafficstars
This library is no longer supported, please either move it to mavenCentral or any other available repo
Meanwhile, does any one know an alternative to this?
This library is no longer supported, please either move it to mavenCentral or any other available repo
Meanwhile, does any one know an alternative to this?
use https://jitpack.io/#dlazaro66/QRCodeReaderView/2.0.3 instead
allprojects { repositories { ... maven { url 'https://jitpack.io' } } }
`dependencies {
implementation 'com.github.dlazaro66:QRCodeReaderView:2.0.3'
}`