3 Star 3 Fork 1

树朾 / AndFrame

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
proguard-project.txt 1.07 KB
一键复制 编辑 原始数据 按行查看 历史
SCWANG 提交于 2015-04-19 02:17 . 1.去掉Dao的关闭Bug
# To enable ProGuard in your project, edit project.properties
# to define the proguard.config property as described in that file.
#
# Add project specific ProGuard rules here.
# By default, the flags in this file are appended to flags specified
# in ${sdk.dir}/tools/proguard/proguard-android.txt
# You can edit the include path and order by changing the ProGuard
# include property in project.properties.
#
# 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 *;
#}
-ignorewarnings
-keepattributes Signature
-keepclasseswithmembernames class * {
native <methods>;
}
#andframe
-keep class com.andframe.entity.** {<fields>;}
-keep class com.andframe.model.** {<fields>;}
-keep class com.andframe.bean.** {<fields>;}
-keep public class org.xmlpull.** {*;}
Android
1
https://gitee.com/scwang90/AndFrame.git
git@gitee.com:scwang90/AndFrame.git
scwang90
AndFrame
AndFrame
master

搜索帮助