aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui/proguard-rules.pro
diff options
context:
space:
mode:
Diffstat (limited to 'ui/proguard-rules.pro')
-rw-r--r--ui/proguard-rules.pro14
1 files changed, 0 insertions, 14 deletions
diff --git a/ui/proguard-rules.pro b/ui/proguard-rules.pro
deleted file mode 100644
index d7864f48..00000000
--- a/ui/proguard-rules.pro
+++ /dev/null
@@ -1,14 +0,0 @@
-# Squelch all warnings, they're harmless but ProGuard
-# escalates them as errors.
--dontwarn sun.misc.Unsafe
-
-# Fragment 1.2.4 allows Fragment classes to be obfuscated but
-# databinding references in XML seem to not be rewritten to
-# match, so we preserve the names as 1.2.3 did.
--if public class ** extends androidx.fragment.app.Fragment
--keep public class <1> {
- public <init>();
-}
-
-# Don't obfuscate
--dontobfuscate