Skip to content

Commit 35c427f

Browse files
committed
docs: update readme
1 parent 2d67696 commit 35c427f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
An TreeView implement in Android with RecyclerView written in kotlin.
44

5-
[![CI Build Stauts](https://github.com/dingyi222666/TreeView/actions/workflows/android.yml/badge.svg)](https://github.com/dingyi222666/TreeView/tree/main/.github/workflows/android.yml)
5+
[![CI Build Status](https://github.com/dingyi222666/TreeView/actions/workflows/android.yml/badge.svg)](https://github.com/dingyi222666/TreeView/tree/main/.github/workflows/android.yml)
66
![maven-central](https://img.shields.io/maven-central/v/io.github.dingyi222666/treeview.svg)
77
[![GitHub license](https://img.shields.io/github/license/dingyi222666/TreeView)](https://github.com/dingyi222666/TreeView/blob/main/LICENSE)
88

@@ -23,14 +23,14 @@ An TreeView implement in Android with RecyclerView written in kotlin.
2323
- [x] Select or Deselect Node
2424
- [x] Better TreeNodeGenerator API
2525
- [ ] More API to operate the node in the tree, such as expand, collapse, etc.
26-
- [ ] Draggable nodes
26+
- [x] Draggable nodes
2727

2828
## Usage
2929

3030
- Add the dependency to your gradle file
3131

3232
```groovy
33-
implementation("io.github.dingyi222666:treeview:1.2.1")
33+
implementation("io.github.dingyi222666:treeview:1.3.0")
3434
```
3535

3636
- 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.

0 commit comments

Comments
 (0)