From 9e2e4f605758d72e083bca72ce06fac0bb2ffa1b Mon Sep 17 00:00:00 2001 From: kubasz Date: Mon, 9 Sep 2019 18:21:39 +0200 Subject: [PATCH] Add ProGuard rules (for mLeftDragger reflection) --- navlib/proguard-rules.pro | 2 ++ 1 file changed, 2 insertions(+) diff --git a/navlib/proguard-rules.pro b/navlib/proguard-rules.pro index c64343e..102c0ea 100644 --- a/navlib/proguard-rules.pro +++ b/navlib/proguard-rules.pro @@ -19,3 +19,5 @@ # If you keep the line number information, uncomment this to # hide the original source file name. #-renamesourcefileattribute SourceFile + +-keepclassmembers class androidx.drawerlayout.widget.DrawerLayout { *; } \ No newline at end of file