Skip to content

Commit aec96dd

Browse files
committed
Update README.md
1 parent c77dab1 commit aec96dd

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff 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

110106
Let me know if i missed something, appreciate your support, thanks!
111107

0 commit comments

Comments
 (0)