mirror of
https://github.com/fankes/ColorOSNotifyIcon.git
synced 2025-09-05 10:15:33 +08:00
refactor: add new R8 rules to fix possible problems
This commit is contained in:
5
app/proguard-rules.pro
vendored
5
app/proguard-rules.pro
vendored
@@ -32,7 +32,7 @@
|
|||||||
-adaptresourcefilecontents
|
-adaptresourcefilecontents
|
||||||
|
|
||||||
-renamesourcefileattribute P
|
-renamesourcefileattribute P
|
||||||
-keepattributes SourceFile,LineNumberTable
|
-keepattributes SourceFile,Signature,LineNumberTable
|
||||||
|
|
||||||
-assumenosideeffects class kotlin.jvm.internal.Intrinsics {
|
-assumenosideeffects class kotlin.jvm.internal.Intrinsics {
|
||||||
public static *** throwUninitializedProperty(...);
|
public static *** throwUninitializedProperty(...);
|
||||||
@@ -40,6 +40,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
-keep class * extends android.app.Activity
|
-keep class * extends android.app.Activity
|
||||||
-keepclassmembers class * implements androidx.viewbinding.ViewBinding {
|
-keep class * implements androidx.viewbinding.ViewBinding {
|
||||||
|
<init>();
|
||||||
*** inflate(android.view.LayoutInflater);
|
*** inflate(android.view.LayoutInflater);
|
||||||
}
|
}
|
Reference in New Issue
Block a user