2023-12-19 14:23:45 +01:00
|
|
|
# Never inline methods, but allow shrinking and obfuscation.
|
|
|
|
-keepclassmembernames,allowobfuscation,allowshrinking class androidx.core.view.ViewCompat$Api* {
|
|
|
|
<methods>;
|
|
|
|
}
|
|
|
|
-keepclassmembernames,allowobfuscation,allowshrinking class androidx.core.view.WindowInsetsCompat$*Impl* {
|
|
|
|
<methods>;
|
|
|
|
}
|
|
|
|
-keepclassmembernames,allowobfuscation,allowshrinking class androidx.core.app.NotificationCompat$*$Api*Impl {
|
|
|
|
<methods>;
|
|
|
|
}
|
|
|
|
-keepclassmembernames,allowobfuscation,allowshrinking class androidx.core.os.UserHandleCompat$Api*Impl {
|
|
|
|
<methods>;
|
|
|
|
}
|
|
|
|
-keepclassmembernames,allowobfuscation,allowshrinking class androidx.core.widget.EdgeEffectCompat$Api*Impl {
|
|
|
|
<methods>;
|
2023-11-27 20:36:02 +01:00
|
|
|
}
|