If you are not able to add the dependency to your project or your build doesn't succeed, chances are that you're using the one posted here (that is, compile 'com.github.KingsMentor:MobileVisionBarcodeScanner:2.0.0') which is not working. To get it working, use this: implementation 'xyz.belvi.mobilevision:barcodescanner:2.0.3' which is what is found in the Bintray download link
If you are not able to add the dependency to your project or your build doesn't succeed, chances are that you're using the one posted here (that is,
compile 'com.github.KingsMentor:MobileVisionBarcodeScanner:2.0.0'
) which is not working. To get it working, use this:implementation 'xyz.belvi.mobilevision:barcodescanner:2.0.3'
which is what is found in the Bintray download link