Skip to content

Commit d47fb53

Browse files
committed
uprev to 1.5.11
1 parent 7b072e1 commit d47fb53

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ext {
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
}

docs/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ To use the library in your gradle project add the following to your build.gradle
1414

1515
```groovy
1616
dependencies {
17-
implementation "com.androidplot:androidplot-core:1.5.10"
17+
implementation "com.androidplot:androidplot-core:1.5.11"
1818
}
1919
```
2020

docs/release_notes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
For 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`

0 commit comments

Comments
 (0)