66陪玩-origin
This commit is contained in:
58
core/proguard-rules.pro
vendored
Normal file
58
core/proguard-rules.pro
vendored
Normal file
@@ -0,0 +1,58 @@
|
||||
# Add project specific ProGuard rules here.
|
||||
# You can control the set of applied configuration files using the
|
||||
# proguardFiles setting in build.gradle.
|
||||
#
|
||||
# For more details, see
|
||||
# http://developer.android.com/guide/developing/tools/proguard.html
|
||||
|
||||
# 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 *;
|
||||
#}
|
||||
|
||||
# Uncomment this to preserve the line number information for
|
||||
# debugging stack traces.
|
||||
#-keepattributes SourceFile,LineNumberTable
|
||||
|
||||
# If you keep the line number information, uncomment this to
|
||||
# hide the original source file name.
|
||||
#-renamesourcefileattribute SourceFile
|
||||
|
||||
# Alipay
|
||||
-keep class com.alipay.android.app.IAlixPay{*;}
|
||||
-keep class com.alipay.android.app.IAlixPay$Stub{*;}
|
||||
-keep class com.alipay.android.app.IRemoteServiceCallback{*;}
|
||||
-keep class com.alipay.android.app.IRemoteServiceCallback$Stub{*;}
|
||||
-keep class com.alipay.sdk.app.PayTask{ public *;}
|
||||
-keep class com.alipay.sdk.app.AuthTask{ public *;}
|
||||
-keep class com.alipay.sdk.app.H5PayCallback {
|
||||
<fields>;
|
||||
<methods>;
|
||||
}
|
||||
-keep class com.alipay.android.phone.mrpc.core.** { *; }
|
||||
-keep class com.alipay.apmobilesecuritysdk.** { *; }
|
||||
-keep class com.alipay.mobile.framework.service.annotation.** { *; }
|
||||
-keep class com.alipay.mobilesecuritysdk.face.** { *; }
|
||||
-keep class com.alipay.tscenter.biz.rpc.** { *; }
|
||||
-keep class org.json.alipay.** { *; }
|
||||
-keep class com.alipay.tscenter.** { *; }
|
||||
-keep class com.ta.utdid2.** { *;}
|
||||
-keep class com.ut.device.** { *;}
|
||||
|
||||
# umeng-app
|
||||
-keep class com.umeng.** {*;}
|
||||
-keepclassmembers class * {
|
||||
public <init> (org.json.JSONObject);
|
||||
}
|
||||
-keepclassmembers enum * {
|
||||
public static **[] values();
|
||||
public static ** valueOf(java.lang.String);
|
||||
}
|
||||
|
||||
# 易盾
|
||||
-keep class com.netease.mobsec.**{*;}
|
||||
|
||||
# 数美天网
|
||||
-keep class com.ishumei.dfp.SMSDK { *; }
|
Reference in New Issue
Block a user