3 Star 6 Fork 0

thduan/HandsHierarchyviewer

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
proguard.cfg 3.06 KB
一键复制 编辑 原始数据 按行查看 历史
thduan 提交于 2016-02-29 21:11 +08:00 . 完善
-injars bin/classes
-injars libs
-outjars bin/classes-processed.jar
#-libraryjars /usr/android-build/android-sdk/platforms/android-19/android.jar
#-libraryjars /usr/local/android-sdk/add-ons/google_apis-7_r01/libs/maps.jar
# ...
-printmapping bin/classes-processed.map
-dontpreverify
-repackageclasses ''
-allowaccessmodification
-optimizations !code/simplification/arithmetic
-renamesourcefileattribute SourceFile
-keepattributes SourceFile,LineNumberTable,Signature
-keepattributes *Annotation*
-keep public class * extends android.app.Activity
-keep public class * extends android.app.Application
-keep public class * extends android.app.Service
-keep public class * extends android.content.BroadcastReceiver
-keep public class * extends android.content.ContentProvider
-keep public class * extends android.view.View {
public <init>(android.content.Context);
public <init>(android.content.Context, android.util.AttributeSet);
public <init>(android.content.Context, android.util.AttributeSet, int);
public void set*(...);
}
-keepclasseswithmembers class * {
public <init>(android.content.Context, android.util.AttributeSet);
}
-keepclasseswithmembers class * {
public <init>(android.content.Context, android.util.AttributeSet, int);
}
-keepclassmembers class * extends android.content.Context {
public void *(android.view.View);
public void *(android.view.MenuItem);
}
-keep class **.R$* {
public static <fields>;
}
-keep public interface com.android.vending.licensing.ILicensingService
-dontnote com.android.vending.licensing.ILicensingService
-dontwarn android.support.**
-keepclasseswithmembernames,includedescriptorclasses class * {
native <methods>;
}
-keep enum * {*;}
-keep class * implements java.io.Serializable {*;}
-keep class * implements android.os.Parcelable {*;}
#Common
-keepnames class com.iflytek.utils.json**
-keep class * implements com.iflytek.utils.json.Jsonable{*;}
-keepnames class * extends android.support.v4.app.Fragment
#-keep class com.kdxf.kalaok.utils.Const
#Universal Imageloader
-keep class com.nostra13.universalimageloader.**{*;}
#Umeng
-dontwarn com.umeng.**
-keep class com.umeng.**{*;}
-keep class u.aly.**{*;}
#Apache
-dontwarn org.apache.**
-keep class org.apache.**{*;}
#Google
-keep class com.google.**{*;}
#FastJson
-dontwarn com.alibaba.fastjson.**
-keep class com.alibaba.fastjson.**{*;}
#Slf4j
-dontwarn org.slf4j.**
-keep class org.slf4j.**{*;}
#CharDet
-keep class org.mozilla.intl.**{*;}
#EventBus
-keep class de.greenrobot.event.**{*;}
-keepclassmembers class ** {
public void onEvent*(**);
}
#StackBlur
-keep class com.enrique.stackblur.**{*;}
#xUtils
-keep class com.lidroid.xutils.**{*;}
#printLib
-dontwarn com.github.johnkil.print.**
-keep class com.github.johnkil.print.**{*;}
-dontwarn u.aly.**
-keep class u.aly.**{*;}
#domb
-keep class cn.domob.android.**{*;}
#dom4j
-dontwarn org.dom4j.**
-keepclassmembers class fqcn.of.javascript.interface.for.webview {
public *;
}
-dontwarn ofs.ahd.dii.**
-keepclassmembers class ofs.ahd.dii.libs.adsbase.js.base.JsInterface_Impl {
*;
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Android
1
https://gitee.com/thduan/HandsHierarchyviewer.git
git@gitee.com:thduan/HandsHierarchyviewer.git
thduan
HandsHierarchyviewer
HandsHierarchyviewer
master

搜索帮助