Skip to content

Commit

Permalink
Release 3.7.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
diogobernardino committed Jun 22, 2020
1 parent c8630d2 commit 4f48006
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
buildscript {

ext {
williamchartVersion = "3.7.0"
williamchartVersion = "3.7.1"
}

repositories {
Expand Down
4 changes: 3 additions & 1 deletion pointstooltip/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,6 @@ android {
dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.72"
implementation project(path: ':williamchart')
}
}

apply from: 'publish.gradle'

0 comments on commit 4f48006

Please sign in to comment.