10 lines
421 B
Plaintext
10 lines
421 B
Plaintext
|
# 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.view.WindowInsetsCompat$BuilderImpl* {
|
||
|
<methods>;
|
||
|
}
|