I\'m writing this in mere desperation :) I\'ve been assigned to make a standalone barcode scanner (as a proof of concept) to an Android 1.6 phone.
For this i\'ve dis
2020 UPDATE: Just add this to your Gradle file. It works perfectly!
repositories { jcenter() } implementation 'me.dm7.barcodescanner:zxing:1.9.13'