File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2727 theCompileSdkVersion = 25
2828 theTargetSdkVersion = 25
2929 theMinSdkVersion = 5
30- theVersionName = ' 1.4.3 '
30+ theVersionName = ' 1.4.4 '
3131 theVersionCode = 0
3232}
3333
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ To use the library in your gradle project add the following to your build.gradle
1414
1515``` groovy
1616dependencies {
17- compile "com.androidplot:androidplot-core:1.4.2 "
17+ compile "com.androidplot:androidplot-core:1.4.3 "
1818}
1919```
2020
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ For details on what to expect in general when updating to a new version of Andro
44
55# 1.4.3
66* (#39 ) ` FastLineAndPointRenderer ` now renders vertices for legend items.
7- * Added [ XML Attrs reference doc] ( attrs.md ) . (Incomplete)
7+ * Added [ XML Attrs reference doc] ( attrs.md ) .
88
99# 1.4.2
1010* (#32 ) New step mode: ` INCREMENT_BY_FIT ` .
You can’t perform that action at this time.
0 commit comments