We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99ea739 commit 77c0e19Copy full SHA for 77c0e19
AndroidCharts/build.gradle
@@ -13,7 +13,7 @@ ext {
13
siteUrl = '//github.com/HackPlan/AndroidCharts'
14
gitUrl = '//github.com/HackPlan/AndroidCharts'
15
16
- libraryVersion = '1.0.3'
+ libraryVersion = '1.0.4'
17
18
developerId = 'Dacer'
19
developerName = 'Ding Wenhao'
README.md
@@ -23,7 +23,7 @@ repositories {
23
```
24
25
```groovy
26
-compile 'im.dacer:AndroidCharts:1.0.3'
+compile 'im.dacer:AndroidCharts:1.0.4'
27
28
29
## Usage
0 commit comments