Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ef33b0 commit ff01d39Copy full SHA for ff01d39
app/proguard-rules.pro
@@ -19,3 +19,13 @@
19
# If you keep the line number information, uncomment this to
20
# hide the original source file name.
21
#-renamesourcefileattribute SourceFile
22
+
23
+# greenDAO 3
24
+-keep class org.greenrobot.greendao.**{*;}
25
+-keep public class * extends org.greenrobot.greendao.AbstractDao
26
+-keepclassmembers class * extends org.greenrobot.greendao.AbstractDao {
27
+ public static java.lang.String TABLENAME;
28
+}
29
+-keep class **$Properties
30
+-keepclassmembers class **$Properties {*;}
31
0 commit comments