Skip to content

Commit

Permalink
更新到1.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyiqian committed Aug 31, 2022
1 parent ad2f169 commit 5463f3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ allprojects {
```
```groovy
dependencies {
implementation 'com.github.wangyiqian:StockChart:1.1.7'
implementation 'com.github.wangyiqian:StockChart:1.1.8'
}
```
### 2. 布局文件加入StockChart布局
Expand Down
2 changes: 1 addition & 1 deletion samples/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,5 @@ dependencies {
implementation 'com.google.android:flexbox:2.0.1'

// implementation project(':lib')
implementation 'com.github.wangyiqian:StockChart:1.1.7'
implementation 'com.github.wangyiqian:StockChart:1.1.8'
}

0 comments on commit 5463f3e

Please sign in to comment.