Add ProGuard rules (for mLeftDragger reflection)

This commit is contained in:
kubasz 2019-09-09 18:21:39 +02:00
parent c26753fdc6
commit 9e2e4f6057

View File

@ -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 { *; }