Reply To: Error when I need generate signed APK

Forum MIFARE SDK Error when I need generate signed APK Reply To: Error when I need generate signed APK

Re: Error when I need generate signed APK

18. September 2018 at 10:53
Hi Liber,

I copied your settings in my proguard-rules.pro file. I use AS 3.1.3. It worked. But I ask myself why do you repeat the line:

-keepclassmembers,allowobfuscation class com.nxp.nfclib.? {
();
}


again and again? You can make it shorter to keep the entire TapLinx from obfuscation with:

-keep class com.nxp.nfclib.** { *; }

The TapLinx team

+ 0  |  - 0