Преглед на файлове

Fix proguard file directive

-keep class com.github.aachartmodel.aainfographics.** { *; } throws unresolved class error with Android Studio 4, changing to ** -> * fixes this issue.
middicci преди 4 години
родител
ревизия
32a8a8cb20
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -139,7 +139,7 @@ You're all set, enjoy!
 
 4. Finally add this line to your proguard file:
 ```kotlin
--keep class com.github.aachartmodel.aainfographics.** { *; }
+-keep class com.github.aachartmodel.aainfographics.* { *; }
 ```
 
 🌹🌹🌹Congratulations! Everything was done!!! You will get what you want!!!