Skip to content

Commit

Permalink
Upload new williamchart release: 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
diogobernardino committed Dec 17, 2019
1 parent 39e6e5e commit 1e97604
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Note: WilliamChart v3 has been completely re-written from scratch in Kotlin and
### Gradle

``` groovy
implementation 'com.diogobernardino:williamchart:3.2.0'
implementation 'com.diogobernardino:williamchart:3.3.0'
```

If you find this library useful and decide to use it in your projects please drop me a line [@dfbernardino][1], I will be happy to know about it.
Expand Down
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.2.0"
williamchartVersion = "3.3.0"
}

repositories {
Expand Down
4 changes: 2 additions & 2 deletions mobile/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ android {
}

dependencies {
implementation project(path: ':williamchart')
//implementation 'com.diogobernardino:williamchart:rootProject.williamchartVersion'
//implementation project(path: ':williamchart')
implementation "com.diogobernardino:williamchart:$rootProject.williamchartVersion"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.50"
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'com.google.android.material:material:1.0.0'
Expand Down

0 comments on commit 1e97604

Please sign in to comment.