| 12345678910 |
- # 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>;
- }
|