aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui/proguard-rules.pro
blob: d7864f48cbb995a754aa1ff79b485bbb88de2f18 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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