Bubble android client. Fork of https://git.zx2c4.com/wireguard-android/
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
 
 

15 строки
420 B

  1. # Squelch all warnings, they're harmless but ProGuard
  2. # escalates them as errors.
  3. -dontwarn sun.misc.Unsafe
  4. # Fragment 1.2.4 allows Fragment classes to be obfuscated but
  5. # databinding references in XML seem to not be rewritten to
  6. # match, so we preserve the names as 1.2.3 did.
  7. -if public class ** extends androidx.fragment.app.Fragment
  8. -keep public class <1> {
  9. public <init>();
  10. }
  11. # Don't obfuscate
  12. -dontobfuscate