acktie / Acktie-Mobile-Android-QR-Reader

Acktie Mobile QR module is an easy to use yet powerful QR code reader.
Other
25 stars 12 forks source link

Bundled Acktie Zbar module newer than in repository #4

Closed milgner closed 9 years ago

milgner commented 9 years ago

The bundled lib/acktie-scanner-1.1-SNAPSHOT.jar is newer than the code at https://github.com/acktie/Acktie-Zbar-Android

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
maximilianmessing commented 9 years ago

Would be awesome if you could update the associated repository! So it is possible to build the project with the new code.