2 Star 7 Fork 5

iofomo / binderceptor

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
proguard-rules.pro 1.12 KB
一键复制 编辑 原始数据 按行查看 历史
chendianbo 提交于 2023-11-30 19:30 . add code
# Add project specific ProGuard rules here.
# By default, the flags in this file are appended to flags specified
# in C:\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 *;
#}
-keep class android.support.** { *; }
-keep class butterknife.** {*;}
-keep class **.R$*
-keep class * implements android.os.Parcelable {
static ** CREATOR;
}
-dontshrink
-dontoptimize
-dontpreverify
-dontwarn
-ignorewarnings
-keeppackagenames android.app.ifma.*
-keep class * implements android.app.ifma.cmpt.utils.ProguardKeeper {
public *;
}
-keep class * implements com.ifma.cmpt.utils.ProguardKeeper {
public *;
}
-keepclasseswithmembernames class * {
native <methods>;
}
Android
1
https://gitee.com/iofomo/binderceptor.git
git@gitee.com:iofomo/binderceptor.git
iofomo
binderceptor
binderceptor
master

搜索帮助