|
1 | 1 | # android-drag-FowLayout |
2 | | -this is a draggable flow layout lib (android 可拖拽的流布局库) . |
| 2 | +this is a draggable flow layout lib (android 可拖拽的流布局库) . support android-x |
3 | 3 | [Sample apk/示例app](https://github.com/LightSun/android-drag-FlowLayout/tree/master/apk) |
4 | 4 |
|
5 | 5 | <img src="/art/drag_flowlayout.gif" alt="Demo Screen Capture" width="296px" height="581px" /> |
@@ -129,7 +129,7 @@ implementation 'com.github.LightSun:android-drag-FlowLayout:1.8.8' |
129 | 129 | repositories { |
130 | 130 | jcenter() |
131 | 131 | } |
132 | | - |
| 132 | +// if you use androidx . please use '1.8.8-x' |
133 | 133 | compile 'com.heaven7.android.dragflowlayout:dragflowlayout:1.8.8' |
134 | 134 | ``` |
135 | 135 |
|
|
0 commit comments