Skip to content

Commit 6be05dc

Browse files
authored
Fix R8 (#26)
1 parent 5f2843b commit 6be05dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/proguard-rules.pro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# If your project uses WebView with JS, uncomment the following
99
# and specify the fully qualified class name to the JavaScript interface
1010
# class:
11-
-keepclassmembers class com.djangofiles.djangofiles.ui.HomeFragment$WebAppInterface {
11+
-keepclassmembers class com.djangofiles.djangofiles.ui.home.HomeFragment$WebAppInterface {
1212
public *;
1313
}
1414

@@ -32,7 +32,7 @@
3232

3333

3434
# Retrofit
35-
-keep class com.djangofiles.djangofiles.api.ServerApi$* { *; }
35+
-keep class com.djangofiles.djangofiles.ServerApi$* { *; }
3636

3737
-keepclassmembers class * {
3838
@com.google.gson.annotations.SerializedName <fields>;

0 commit comments

Comments
 (0)