Android Proguard SDK8
於 2021年9月6日 (一) 07:31 由 imported>Wikiuser 所做的修訂 (新頁面: == Proguard configuration == 如果您的APP本身需要經過proguard混淆,請增加下面的設定 <b>##------------ Begin: proguard configuration for MADP --------</b> -keep...)
Proguard configuration
如果您的APP本身需要經過proguard混淆,請增加下面的設定
##------------ Begin: proguard configuration for MADP -------- -keep class com.taiwanmobile.pt.adp.view.** { *; } -dontnote com.taiwanmobile.pt.adp.view.** ##------------ End: proguard configuration for MADP ---------- ##----------- Begin: proguard configuration for Retrofit -------- -dontnote okhttp3.internal.platform.** -dontnote retrofit2.Platform -dontnote retrofit2.** -dontwarn kotlin.coroutines.** -dontwarn retrofit2.Platform$Java8 -dontwarn okio.** -dontwarn javax.annotation.** -keepattributes Exceptions -keepattributes Signature ##----------- End: proguard configuration for Retrofit ----------