We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28e5b31 commit e58d4daCopy full SHA for e58d4da
2 files changed
build.gradle
@@ -27,7 +27,7 @@ ext {
27
theCompileSdkVersion = 25
28
theTargetSdkVersion = 25
29
theMinSdkVersion = 5
30
- theVersionName = '1.4.4'
+ theVersionName = '1.5.0'
31
theVersionCode = 0
32
}
33
docs/quickstart.md
@@ -14,7 +14,7 @@ To use the library in your gradle project add the following to your build.gradle
14
15
```groovy
16
dependencies {
17
- compile "com.androidplot:androidplot-core:1.4.3"
+ compile "com.androidplot:androidplot-core:1.5.0"
18
19
```
20
0 commit comments