浏览代码

Merge pull request #34 from GuilhE/master

Added proguard instructions to README
An An 4 年之前
父节点
当前提交
cee1472782
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      README.md

+ 5 - 0
README.md

@@ -137,9 +137,14 @@ You're all set, enjoy!
         aaChartView.aa_drawChartWithChartModel(aaChartModel)
         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!!!
 🌹🌹🌹Congratulations! Everything was done!!! You will get what you want!!!
 
 
+
 ### Update chart content 
 ### 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.
 if you want to refresh chart content,you should do something as follow.According to your actual needs, select the function that fits you.