2018-12-18 17:48:00 +01:00
|
|
|
# Squelch all warnings, they're harmless but ProGuard
|
|
|
|
# escalates them as errors.
|
|
|
|
-dontwarn sun.misc.Unsafe
|
2020-03-30 01:23:45 +02:00
|
|
|
|
2020-04-01 20:47:10 +02:00
|
|
|
# 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>();
|
|
|
|
}
|
2020-04-21 18:06:59 +02:00
|
|
|
|
|
|
|
# Don't obfuscate
|
|
|
|
-dontobfuscate
|