Android BeaconSDK Proguard
於 2016年8月15日 (一) 08:13 由 imported>Wikiuser 所做的修訂 (新頁面: == Proguard configuration == 如果您的APP本身需要經過proguard混淆,請增加下面的設定<br> <nowiki>#</nowiki>tamedia BeaconSDK<br/> -keep class com.taiwanmobile.beacon...)
Proguard configuration
如果您的APP本身需要經過proguard混淆,請增加下面的設定
#tamedia BeaconSDK
-keep class com.taiwanmobile.beaconsdk.** { *; }
-dontwarn com.taiwanmobile.beaconsdk.**