3 Star 1 Fork 2

vigorous/blst

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
proguard.cfg 2.02 KB
一键复制 编辑 原始数据 按行查看 历史
vigorous 提交于 2014-09-04 20:19 . first commit project
-optimizationpasses 5
-dontusemixedcaseclassnames
-dontskipnonpubliclibraryclasses
-dontpreverify
-verbose
-adaptresourcefilenames **.properties,**.gif,**.jpg,**.json
-adaptresourcefilecontents **.properties,META-INF/MANIFEST.MF,**.json
-dontnote org.apache.james.mime4j.**
-dontnote com.alibaba.fastjson.**
-dontnote org.apache.http.**
-dontnote net.htmlparser.jericho.**
-dontnote org.apache.http.entity.mime.**
-optimizations !code/simplification/arithmetic,!field/*,!class/merging/*
-libraryjars D:/work_tools/jdk_32/jre/lib/rt.jar(java/**,javax/security/**,javax/activation/**)
-keep class com.zxcx.blyt.custom.widget.** {*;}
-keep class com.zxcx.blyt.viewmodel.** {*;}
-keep class com.zxcx.blyt.custom.widget.wheel.** {*;}
-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.app.backup.BackupAgentHelper
-keep public class * extends android.preference.Preference
-keep public class com.android.vending.licensing.ILicensingService
-dontwarn org.apache.james.mime4j.**
-dontwarn com.alibaba.fastjson.**
-dontwarn org.apache.http.**
-dontwarn net.htmlparser.jericho.**
-dontwarn org.apache.http.entity.mime.**
-keepclasseswithmembernames class * {
native <methods>;
}
-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.app.Activity {
public void *(android.view.View);
}
-keepclassmembers enum * {
public static **[] values();
public static ** valueOf(java.lang.String);
}
-keep class * implements android.os.Parcelable {
public static final android.os.Parcelable$Creator *;
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/vigorous/blst.git
[email protected]:vigorous/blst.git
vigorous
blst
blst
master

搜索帮助