19 Star 55 Fork 22

liu__ray / HoneycombsMazep

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
proguard-project_no_ad.txt 1.81 KB
一键复制 编辑 原始数据 按行查看 历史
liu__ray 提交于 2017-10-10 14:12 . init project
# 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 *;
#}
-optimizationpasses 5
-dontusemixedcaseclassnames
-dontskipnonpubliclibraryclasses
-keepattributes *Annotation*
-dontpreverify
-verbose
-optimizations !code/simplification/arithmetic,!field/*,!class/merging/*
-keep public class * extends android.app.Activity
-keep public class * extends android.app.Application
-keep public class * extends android.app.Service
-keep public class com.ray.honeycombsmaze.R$*{
public static final int *;
}
-keep class com.honeycombsmaze.view.** { *; }
######################### 第三方jar包 在这里添加 #######################
-libraryjars /libs/umeng-analytics-v5.4.1.jar
-libraryjars /libs/umeng-update-v2.4.2.jar
#####################u meng update#######################################
-keepclassmembers class * {
public <init>(org.json.JSONObject);
}
# 以下类过滤不混淆
-keep public class * extends com.umeng.**
# 以下包不进行过滤
-keep class com.umeng.** { *; }
-keepclassmembers enum * {
public static **[] values();
public static ** valueOf(java.lang.String);
}
Android
1
https://gitee.com/raybest4u/HoneycombsMazep.git
git@gitee.com:raybest4u/HoneycombsMazep.git
raybest4u
HoneycombsMazep
HoneycombsMazep
master

搜索帮助