Skip to content

Commit bbb5877

Browse files
authored
Update Readme to androidX
1 parent e5a4c6e commit bbb5877

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Add permissions to manifest
3131
Add this line to your Proguard config file
3232

3333
```
34-
-keep class android.support.v7.widget.** { *; }
34+
-keep class androidx.appcompat.widget.** { *; }
3535
```
3636
### Using Activity
3737

0 commit comments

Comments
 (0)