chore: 修复混淆文件
This commit is contained in:
parent
e2c4d64a2c
commit
5fee614442
|
|
@ -38,11 +38,11 @@
|
||||||
-dontnote com.google.android.material.**
|
-dontnote com.google.android.material.**
|
||||||
-dontwarn androidx.**
|
-dontwarn androidx.**
|
||||||
|
|
||||||
-keepclasseswithmembernames class * {
|
-keepclasseswithmembers class * {
|
||||||
public <init>(android.content.Context, android.util.AttributeSet);
|
public <init>(android.content.Context, android.util.AttributeSet);
|
||||||
}
|
}
|
||||||
|
|
||||||
-keepclasseswithmembernames class * {
|
-keepclasseswithmembers class * {
|
||||||
public <init>(android.content.Context, android.util.AttributeSet, int);
|
public <init>(android.content.Context, android.util.AttributeSet, int);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -85,7 +85,7 @@
|
||||||
void *(**On*Listener);
|
void *(**On*Listener);
|
||||||
}
|
}
|
||||||
# 保留本地native方法不被混淆
|
# 保留本地native方法不被混淆
|
||||||
-keepclasseswithmembernames class * {
|
-keepclasseswithmembers class * {
|
||||||
native <methods>;
|
native <methods>;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -253,4 +253,4 @@
|
||||||
-keep class androidx.recyclerview.widget.RecyclerView$ViewHolder { *; }
|
-keep class androidx.recyclerview.widget.RecyclerView$ViewHolder { *; }
|
||||||
-keep class androidx.recyclerview.widget.RecyclerView$LayoutManager { *; }
|
-keep class androidx.recyclerview.widget.RecyclerView$LayoutManager { *; }
|
||||||
|
|
||||||
-keep class com.huanchengfly.tieba.post.plugins.** { *; }
|
-keep class com.huanchengfly.tieba.post.plugins.** { *; }
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue