File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed
Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ Tree view implementation for android
3535
3636** 1)** Add library as a dependency to your project
3737
38- ``` compile 'com.github.bmelnychuk:atv:1.2.0 ' ```
38+ ``` compile 'com.github.bmelnychuk:atv:1.2.+ ' ```
3939
4040** 2)** Create your tree starting from root element. ``` TreeNode.root() ``` element will not be displayed so it doesn't require anything to be set.
4141``` java
@@ -99,13 +99,9 @@ For more details use sample application as example
9999
100100### Upcoming changes
101101
102- ** 1)** Publish to maven central
102+ ** 1)** Horizontal scroll issue
103103
104- ** 2)** Horizontal scroll issue
105-
106- ** 3)** Dynamic remove/add node
107-
108- ** 4)** Add wiki?
104+ ** 2)** Add wiki?
109105
110106Let me know if i missed something, appreciate your support, thanks!
111107
You can’t perform that action at this time.
0 commit comments