From 7d31bd2be93221f472fc85e1a2f1d09f8b6eade3 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Thu, 2 Apr 2020 00:17:10 +0530 Subject: build: update fragment to 1.2.4 Signed-off-by: Harsh Shandilya --- ui/proguard-rules.pro | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ui/proguard-rules.pro') diff --git a/ui/proguard-rules.pro b/ui/proguard-rules.pro index 8eabaf86..fc3eb888 100644 --- a/ui/proguard-rules.pro +++ b/ui/proguard-rules.pro @@ -4,3 +4,11 @@ # Retain some information to keep stacktraces usable -keepattributes SourceFile,LineNumberTable + +# 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 (); +} -- cgit v1.2.3