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 5f2843b commit 6be05dcCopy full SHA for 6be05dc
app/proguard-rules.pro
@@ -8,7 +8,7 @@
8
# If your project uses WebView with JS, uncomment the following
9
# and specify the fully qualified class name to the JavaScript interface
10
# class:
11
--keepclassmembers class com.djangofiles.djangofiles.ui.HomeFragment$WebAppInterface {
+-keepclassmembers class com.djangofiles.djangofiles.ui.home.HomeFragment$WebAppInterface {
12
public *;
13
}
14
@@ -32,7 +32,7 @@
32
33
34
# Retrofit
35
--keep class com.djangofiles.djangofiles.api.ServerApi$* { *; }
+-keep class com.djangofiles.djangofiles.ServerApi$* { *; }
36
37
-keepclassmembers class * {
38
@com.google.gson.annotations.SerializedName <fields>;
0 commit comments