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 e5a4c6e commit bbb5877Copy full SHA for bbb5877
README.md
@@ -31,7 +31,7 @@ Add permissions to manifest
31
Add this line to your Proguard config file
32
33
```
34
--keep class android.support.v7.widget.** { *; }
+-keep class androidx.appcompat.widget.** { *; }
35
36
### Using Activity
37
0 commit comments