Pārlūkot izejas kodu

Merge pull request #77 from ptornhult/master

Change to correct proguard rule for release builds to work
An An 3 gadi atpakaļ
vecāks
revīzija
69168d7788
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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!!!