From a6ee77a4f1d78252b15059d51f2533fa03483d8c Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Tue, 27 Jun 2017 20:00:44 -0700 Subject: Testing about activity and chained adapters --- sample/proguard-rules.pro | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'sample/proguard-rules.pro') 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$* { + ; +} \ No newline at end of file -- cgit v1.2.3