We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0180327 commit 23900deCopy full SHA for 23900de
1 file changed
README.md
@@ -19,7 +19,7 @@ Usage
19
Add it to your project using Gradle:
20
21
```groovy
22
-compile 'com.jmedeisis:draglinearlayout:1.0.1'
+compile 'com.jmedeisis:draglinearlayout:1.1.0'
23
```
24
25
The `DragLinearLayout` can be used in place of any `LinearLayout`. However, by default, children
@@ -105,10 +105,6 @@ and more.
105
Limitations
106
-----------
107
- 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.
112
113
License
114
-------
0 commit comments