Crossplatform App der Caritas (Versuch).
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

proguard.txt 421B

12345678910
  1. # Never inline methods, but allow shrinking and obfuscation.
  2. -keepclassmembernames,allowobfuscation,allowshrinking class androidx.core.view.ViewCompat$Api* {
  3. <methods>;
  4. }
  5. -keepclassmembernames,allowobfuscation,allowshrinking class androidx.core.view.WindowInsetsCompat$Impl* {
  6. <methods>;
  7. }
  8. -keepclassmembernames,allowobfuscation,allowshrinking class androidx.core.view.WindowInsetsCompat$BuilderImpl* {
  9. <methods>;
  10. }