Skip to content

Commit a74d1d7

Browse files
committed
Merge pull request PhilJay#590 from Evisceration/master
Readme: add notice about Proguard
2 parents f86abe6 + d86a5cb commit a74d1d7

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,15 @@ dependencies {
166166
- Import the library folder (`MPChartLib`) into your Eclipse workspace
167167
- Add it as a reference to your project: [referencing library projects in Eclipse](http://developer.android.com/tools/projects/projects-eclipse.html#ReferencingLibraryProject)
168168

169+
Proguard
170+
=======
171+
172+
In case you are using Proguard, you will need to whitelist MPAndroidChart, which requires to add the following line to your Proguard configuration file.
173+
174+
```
175+
-keep class com.github.mikephil.charting.** { *; }
176+
```
177+
169178
Documentation
170179
=======
171180
For a **detailed documentation**, please have a look at the [**Wiki**](https://github.com/PhilJay/MPAndroidChart/wiki).

0 commit comments

Comments
 (0)