Skip to content

Commit

Permalink
Update Treeview version in install docs
Browse files Browse the repository at this point in the history
  • Loading branch information
AmrDeveloper committed Dec 25, 2024
1 parent 5421f04 commit e0215f0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/full-example.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,10 @@ List<TreeNode> roots = new ArrayList<>();
roots.add(root1);

treeViewAdapter.updateTreeNodes(roots);
```

Don't forget to setup the RecyclerView layout manager

```java
recyclerView.setLayoutManager(LinearLayoutManager(this));
```
2 changes: 1 addition & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
You can install TreeView easily from Maven Central

```groovy
implementation 'io.github.amrdeveloper:treeview:1.1.4'
implementation 'io.github.amrdeveloper:treeview:1.2.0'
```

0 comments on commit e0215f0

Please sign in to comment.