「Android Proguard SDK8」修訂間的差異

出自TAMedia
跳至導覽 跳至搜尋
imported>Wikiuser
(新頁面: == Proguard configuration == 如果您的APP本身需要經過proguard混淆,請增加下面的設定 <b>##------------ Begin: proguard configuration for MADP --------</b> -keep...)
(無差異)

於 2021年9月6日 (一) 07:31 的修訂

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 ----------



回首頁