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