When using the version from Github, the following errors occur:
[javac] src/com/acktie/mobile/android/qr/QRInputArgs.java:8: error: QRInputArgs is not abstract and does not override abstract method setAlpha(float) in InputArgs
[javac] public class QRInputArgs implements InputArgs{
[javac] ^
[javac] src/com/acktie/mobile/android/qr/QRInputArgs.java:56: error: method does not override or implement a method from a supertype
[javac] @Override
The bundled
lib/acktie-scanner-1.1-SNAPSHOT.jar
is newer than the code at https://github.com/acktie/Acktie-Zbar-AndroidWhen using the version from Github, the following errors occur: