# Add project specific ProGuard rules here. # By default, the flags in this file are appended to flags specified # in /Users/xianlian/Library/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 *; #} # 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 -include webank-cloud-ocr-rules.pro -include webank-cloud-normal-rules.pro -include webank-cloud-face-sdk-rules.pro -dontwarn okio.** # aliyun live -keep class com.alibaba.livecloud.** { *;} -keep class com.alivc.** { *;} # permissions -dontwarn com.hjq.permissions.** ########云产品依赖的第三方库 混淆规则-BEGIN############ ## support:appcompat-v7 -keep public class android.support.v7.widget.** { *; } -keep public class android.support.v7.internal.widget.** { *; } -keep public class android.support.v7.internal.view.menu.** { *; } -keep public class * extends android.support.v4.view.ActionProvider { public (android.content.Context); } #########云产品依赖的第三方库 混淆规则-END#############