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

Update README.md

Added proguard rule for release builds
GuilhE преди 4 години
родител
ревизия
305b7d0ef6
променени са 1 файла, в които са добавени 5 реда и са изтрити 0 реда
  1. 5 0
      README.md

+ 5 - 0
README.md

@@ -124,9 +124,14 @@ You're all set, enjoy!
         aaChartView?.aa_drawChartWithChartModel(aaChartModel)
 ```
 
+4. Finally add this line to your proguard file:
+```kotlin
+-keep class com.github.aachartmodel.aainfographics.** { *; }
+```
 
 🌹🌹🌹Congratulations! Everything was done!!! You will get what you want!!!
 
+
 ### Update chart content 
 if you want to refresh chart content,you should do something as follow.According to your actual needs, select the function that fits you.