Selaa lähdekoodia

Merge pull request #41 from middicci/patch-1

Fix proguard file directive
An An 4 vuotta sitten
vanhempi
commit
44420498a5
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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!!!