aboutsummaryrefslogtreecommitdiff
path: root/sample/proguard-rules.pro
diff options
context:
space:
mode:
Diffstat (limited to 'sample/proguard-rules.pro')
-rw-r--r--sample/proguard-rules.pro8
1 files changed, 7 insertions, 1 deletions
diff --git a/sample/proguard-rules.pro b/sample/proguard-rules.pro
index 2b766bc..b76c0ff 100644
--- a/sample/proguard-rules.pro
+++ b/sample/proguard-rules.pro
@@ -17,9 +17,15 @@
#}
# Uncomment this to preserve the line number information for
-# debugging stack traces.
+# debugging indexStack traces.
#-keepattributes SourceFile,LineNumberTable
# If you keep the line number information, uncomment this to
# hide the original source file name.
#-renamesourcefileattribute SourceFile
+
+# About library
+-keep class .R
+-keep class **.R$* {
+ <fields>;
+} \ No newline at end of file