删除干茧相关代码;删除干茧相关设备;包从115MB瘦身至28MB
This commit is contained in:
Vendored
+26
-1
@@ -18,4 +18,29 @@
|
||||
|
||||
# If you keep the line number information, uncomment this to
|
||||
# hide the original source file name.
|
||||
#-renamesourcefileattribute SourceFile
|
||||
#-renamesourcefileattribute SourceFile
|
||||
|
||||
# Hardware and vendor SDKs rely on JNI, reflection, or callback names.
|
||||
-keep class com.alibaba.sdk.android.oss.** { *; }
|
||||
-keep class com.aliyun.** { *; }
|
||||
-keep class com.caysn.autoreplyprint.** { *; }
|
||||
-keep class com.cpcl.** { *; }
|
||||
-keep class com.iflytek.** { *; }
|
||||
-keep class com.inuker.bluetooth.** { *; }
|
||||
-keep class com.qhscale.** { *; }
|
||||
-keep class com.sun.jna.** { *; }
|
||||
-keep class cpcl.** { *; }
|
||||
|
||||
-keepclasseswithmembernames class * {
|
||||
native <methods>;
|
||||
}
|
||||
|
||||
-dontwarn com.alibaba.sdk.android.oss.**
|
||||
-dontwarn com.aliyun.**
|
||||
-dontwarn com.caysn.autoreplyprint.**
|
||||
-dontwarn com.cpcl.**
|
||||
-dontwarn com.iflytek.**
|
||||
-dontwarn com.inuker.bluetooth.**
|
||||
-dontwarn com.qhscale.**
|
||||
-dontwarn com.sun.jna.**
|
||||
-dontwarn cpcl.**
|
||||
|
||||
Reference in New Issue
Block a user