Skip to content
This repository was archived by the owner on May 15, 2024. It is now read-only.

Commit 4cdaaa0

Browse files
authored
Samples.Android: amend proguard.cfg in order to fix a ClassNotFoundException (#1198) (#1199)
1 parent c83fa10 commit 4cdaaa0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Samples/Samples.Android/proguard.cfg

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@
44

55
-dontwarn android.support.**
66

7-
-keep public class android.support.v7.widget.** { *; }
7+
-keep public class android.support.v7.widget.** { *; }
8+
9+
-keep public class androidx.appcompat.widget.FitWindowsFrameLayout

0 commit comments

Comments
 (0)