趣拍proguard配置

浪子不回头ぞ 提交于 2020-02-22 13:53:04

  

# Add project specific ProGuard rules here.# By default, the flags in this file are appended to flags specified# in E:\android\sdk/tools/proguard/proguard-android.txt# You can edit the include path and order by changing the proguardFiles# directive in build.gradle.## For more details, see#   http://developer.android.com/guide/developing/tools/proguard.html# Add any project specific keep options here:# If your project uses WebView with JS, uncomment the following# and specify the fully qualified class name to the JavaScript interface# class:#-keepclassmembers class fqcn.of.javascript.interface.for.webview {#   public *;#}-dontwarn com.alibaba.**-keep class com.alibaba.**-keepclassmembers class com.alibaba.** {    *;}-keep class com.taobao.**-keepclassmembers class com.taobao.** {    *;}-dontwarn com.google.common.**-dontwarn com.amap.api.**-dontwarn net.jcip.annotations.**-keepattributes Annotation,EnclosingMethod,Signature-keep class com.duanqu.**-keepclassmembers class com.duanqu.** {    *;}-dontwarn org.apache.http.**-keepclassmembers class org.apache.http.** {    *;}-dontwarn com.taobao.update.**-dontwarn android.util.**-dontwarn com.google.auto.factory.**-dontwarn com.taobao.tae.sdk.callback.**-keepnames class com.fasterxml.jackson.** { *; }-dontwarn com.fasterxml.jackson.databind.**-keep class org.codehaus.** { *; }-keepclassmembers public final enum org.codehaus.jackson.annotate.JsonAutoDetect$Visibility {public static final org.codehaus.jackson.annotate.JsonAutoDetect$Visibility *; }
标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!