xiaofeng-han / AndroidLibs

GNU General Public License v3.0
183 stars 42 forks source link

Why minSdkVersion = 16? #8

Open hnvn opened 8 years ago

xhan-ri commented 8 years ago

Was default when create the project should compatible with whatever version that RecyclerView support

liquidninja24 commented 8 years ago

This fixed my issue. Just add the following to your AndroidManifest.xml:

<uses-sdk
        tools:overrideLibrary="com.xiaofeng.flowlayoutmanager"
        android:minSdkVersion="14"
        android:targetSdkVersion="23"/>
lengxf commented 8 years ago

RecyclerView support lower than 16. hope this lib support 14

AndroidDeveloperLB commented 7 years ago

@lengxf The next library can handle API 14 and above (according to my tests), even though it says it's from API 15 and above: https://github.com/BelooS/ChipsLayoutManager