aboutsummaryrefslogtreecommitdiff
path: root/sample/proguard-rules.pro
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2017-06-27 20:00:44 -0700
committerAllan Wang <me@allanwang.ca>2017-06-27 20:00:44 -0700
commita6ee77a4f1d78252b15059d51f2533fa03483d8c (patch)
treeb27b4a9cddfccce6f1edcdcdffba92c08bf33642 /sample/proguard-rules.pro
parent8179e50208192e2b18b4df3bfc100d9cf779891a (diff)
downloadkau-a6ee77a4f1d78252b15059d51f2533fa03483d8c.tar.gz
kau-a6ee77a4f1d78252b15059d51f2533fa03483d8c.tar.bz2
kau-a6ee77a4f1d78252b15059d51f2533fa03483d8c.zip
Testing about activity and chained adapters
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