mirror of
https://github.com/fankes/MIUINativeNotifyIcon.git
synced 2025-09-05 10:15:31 +08:00
fix: class not found when R8 since android gradle plugin 8+
This commit is contained in:
1
app/proguard-rules.pro
vendored
1
app/proguard-rules.pro
vendored
@@ -39,6 +39,7 @@
|
|||||||
public static *** throwUninitializedPropertyAccessException(...);
|
public static *** throwUninitializedPropertyAccessException(...);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
-keep class * extends android.app.Activity
|
||||||
-keepclassmembers class * implements androidx.viewbinding.ViewBinding {
|
-keepclassmembers class * implements androidx.viewbinding.ViewBinding {
|
||||||
*** inflate(android.view.LayoutInflater);
|
*** inflate(android.view.LayoutInflater);
|
||||||
}
|
}
|
Reference in New Issue
Block a user