Skip to content

Commit

Permalink
Update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
justasm committed May 20, 2015
1 parent 0180327 commit 23900de
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Usage
Add it to your project using Gradle:

```groovy
compile 'com.jmedeisis:draglinearlayout:1.0.1'
compile 'com.jmedeisis:draglinearlayout:1.1.0'
```

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

License
-------
Expand Down

0 comments on commit 23900de

Please sign in to comment.