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 3486da0 commit 3c4989dCopy full SHA for 3c4989d
app/proguard-rules.pro
@@ -71,5 +71,5 @@
71
-keep class com.google.gson.reflect.TypeToken { *; }
72
-keep class * extends com.google.gson.reflect.TypeToken
73
74
--keep class com.zrcoding.database.data.local.entities.** {*;}
75
--keep class com.zrcoding.database.data.remote.dtos.** {*;}
+-keep class com.zrcoding.hackertab.database.entities.** {*;}
+-keep class com.zrcoding.hackertab.network.dtos.** {*;}
0 commit comments