Skip to content

Commit e8ead66

Browse files
committed
build: bump version to 1.3.2
- Update version number in build.gradle.kts - Update dependency version in README.md
1 parent 358ea55 commit e8ead66

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ An TreeView implement in Android with RecyclerView written in kotlin.
3333
- Add the dependency to your gradle file
3434

3535
```groovy
36-
implementation("io.github.dingyi222666:treeview:1.3.1")
36+
implementation("io.github.dingyi222666:treeview:1.3.2")
3737
```
3838

3939
- Use the `DataSource` DSL to create tree used for the TreeView. Also you can [use the `TreeNodeGenerator`](https://github.com/dingyi222666/TreeView/issues/4) to create the tree.

treeview/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ mavenPublishing {
4242

4343
signAllPublications()
4444

45-
coordinates("io.github.dingyi222666", "treeview", "1.3.1")
45+
coordinates("io.github.dingyi222666", "treeview", "1.3.2")
4646

4747
pom {
4848
name.set("TreeView")

0 commit comments

Comments
 (0)