Skip to content

Commit e0215f0

Browse files
committedDec 25, 2024·
Update Treeview version in install docs
1 parent 5421f04 commit e0215f0

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
 

‎docs/full-example.md

+6
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,10 @@ List<TreeNode> roots = new ArrayList<>();
6767
roots.add(root1);
6868

6969
treeViewAdapter.updateTreeNodes(roots);
70+
```
71+
72+
Don't forget to setup the RecyclerView layout manager
73+
74+
```java
75+
recyclerView.setLayoutManager(LinearLayoutManager(this));
7076
```

‎docs/install.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
You can install TreeView easily from Maven Central
44

55
```groovy
6-
implementation 'io.github.amrdeveloper:treeview:1.1.4'
6+
implementation 'io.github.amrdeveloper:treeview:1.2.0'
77
```

0 commit comments

Comments
 (0)
Please sign in to comment.