Skip to content

Commit e58d4da

Browse files
committed
Uprev to 1.5.0
1 parent 28e5b31 commit e58d4da

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ ext {
2727
theCompileSdkVersion = 25
2828
theTargetSdkVersion = 25
2929
theMinSdkVersion = 5
30-
theVersionName = '1.4.4'
30+
theVersionName = '1.5.0'
3131
theVersionCode = 0
3232
}
3333

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-
compile "com.androidplot:androidplot-core:1.4.3"
17+
compile "com.androidplot:androidplot-core:1.5.0"
1818
}
1919
```
2020

0 commit comments

Comments
 (0)