Commit 420012f0 authored by Izol's avatar Izol

Update library mdd mifare lib 0.1.22

solve issue AES and android version , api level
parent c8c0394b
...@@ -96,7 +96,7 @@ dependencies { ...@@ -96,7 +96,7 @@ dependencies {
// library mdd // library mdd
// change 11 // change 11
implementation(group: 'com.mdd.topup', name: 'mifare_mdd_lib', version: '0.1.21', ext: 'aar') implementation(group: 'com.mdd.topup', name: 'mifare_mdd_lib', version: '0.1.22', ext: 'aar')
implementation(group: 'com.mdd.payment', name: 'aar-deviceid-release', version: '2.0.6', ext: 'aar') implementation(group: 'com.mdd.payment', name: 'aar-deviceid-release', version: '2.0.6', ext: 'aar')
implementation(group: 'com.mdd.library', name: 'android-escpos-receipt', version: '1.0.1', ext: 'aar') implementation(group: 'com.mdd.library', name: 'android-escpos-receipt', version: '1.0.1', ext: 'aar')
implementation(group: 'com.mdd.payment', name: 'nativecripto-release', version: '2.0.1', ext: 'aar') implementation(group: 'com.mdd.payment', name: 'nativecripto-release', version: '2.0.1', ext: 'aar')
......
...@@ -65,7 +65,8 @@ class _TapCardAktivasiState extends State<TapCardAktivasi> ...@@ -65,7 +65,8 @@ class _TapCardAktivasiState extends State<TapCardAktivasi>
_showDialSuccess(); _showDialSuccess();
} else { } else {
print('Failed detect card'); print('Failed detect card');
aktivasi(); // Retry activation // Retry activation
_showDialFail();
} }
_isActivating = false; _isActivating = false;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment