Describe the bug
I tested in debug version, I'm able to scan QR code and retrieved the values. But I tested in release version I received this error after I scan the QR code.
Error that got is
java.lang.NoSuchMethodException:e.d.a.b.a.v0.[class java.lang.String]
To Reproduce
Steps to reproduce the behavior:
Run an app in release version.
Scan QR and do DecoderMpm.decode(qrdata, MerchantPresentedMode.class)
Error exception
Expected behavior
No exception error after called this DecoderMpm.decode(qrdata, MerchantPresentedMode.class)
Desktop (please complete the following information):
OS: Android
Version 7+
Smartphone (please complete the following information):
Describe the bug I tested in debug version, I'm able to scan QR code and retrieved the values. But I tested in release version I received this error after I scan the QR code.
Error that got is java.lang.NoSuchMethodException:e.d.a.b.a.v0.[class java.lang.String]
To Reproduce Steps to reproduce the behavior:
Expected behavior No exception error after called this DecoderMpm.decode(qrdata, MerchantPresentedMode.class)
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context gradle implementation:
implementation('com.github.mvallim:emv-qrcode:0.1.1') { exclude group: 'org.aspectj' }