dm77 / barcodescanner

Barcode Scanner Libraries for Android
Other
5.46k stars 1.42k forks source link

implementation 'me.dm7.barcodescanner:zxing:1.9.13' could not resolve while implementation 'me.dm7.barcodescanner:zxing:1.9.8' working fine #499

Closed imvikasrai closed 4 years ago

petrdvorak commented 4 years ago

@imvikasrai The 1.9.13 version is only published on JCenter, not Maven Central repository - see:

https://mvnrepository.com/artifact/me.dm7.barcodescanner/zxing?repo=jcenter

As a result, you need to add JCenter to your build files.

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.