Skip to content

Commit 23900de

Browse files
committed
Update README.
1 parent 0180327 commit 23900de

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Usage
1919
Add it to your project using Gradle:
2020

2121
```groovy
22-
compile 'com.jmedeisis:draglinearlayout:1.0.1'
22+
compile 'com.jmedeisis:draglinearlayout:1.1.0'
2323
```
2424

2525
The `DragLinearLayout` can be used in place of any `LinearLayout`. However, by default, children
@@ -105,10 +105,6 @@ and more.
105105
Limitations
106106
-----------
107107
- Supports only the `LinearLayout#VERTICAL` orientation.
108-
- Works for API levels 7+ with a dependency on [NineOldAndroids](http://nineoldandroids.com/).
109-
For API levels 11+, the dependency could be removed by replacing all
110-
`com.nineoldandroids.animation.*` imports with their identically named `android.animation.*`
111-
counterparts.
112108

113109
License
114110
-------

0 commit comments

Comments
 (0)