QRCodeReaderView icon indicating copy to clipboard operation
QRCodeReaderView copied to clipboard

JCenter End of Life

Open Hamahmi opened this issue 4 years ago • 1 comments
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?

Hamahmi avatar Jun 22 '21 14:06 Hamahmi

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'
}`

Cilestal avatar Jan 19 '22 16:01 Cilestal