From bbb5877f975da5a594f600091bd760597f27d95e Mon Sep 17 00:00:00 2001 From: Seyyed davud hosseiny Date: Sat, 2 Feb 2019 11:08:25 +0330 Subject: [PATCH] Update Readme to androidX --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d9785b05..5e6eaf10 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Add permissions to manifest Add this line to your Proguard config file ``` --keep class android.support.v7.widget.** { *; } +-keep class androidx.appcompat.widget.** { *; } ``` ### Using Activity