File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 theCompileSdkVersion = 32
1919 theTargetSdkVersion = 32
2020 theMinSdkVersion = 5
21- theVersionName = ' 1.5.10 '
21+ theVersionName = ' 1.5.11 '
2222 theVersionCode = 226
2323 gitUrl = ' https://github.com/halfhp/androidplot.git'
2424}
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- implementation "com.androidplot:androidplot-core:1.5.10 "
17+ implementation "com.androidplot:androidplot-core:1.5.11 "
1818}
1919```
2020
Original file line number Diff line number Diff line change 22For details on what to expect in general when updating to a new version of Androiplot, check out the
33[ versioning doc] ( versioning.md ) .
44
5+ # 1.5.11
6+ * Update project to latest gradle / build tools
7+ * Fix issue with jetifier flagging an outdated dependency
8+
59# 1.5.10
610* Update project to use latest gradle / build tools
711* (#114 ) fix ` setLinesPerRangeLabel ` & ` setLinesPerDomainLabel `
You can’t perform that action at this time.
0 commit comments