jpardogo / FlabbyListView

Android library to display a ListView whose cells are not rigid but flabby and react to ListView scroll.
Apache License 2.0
758 stars 143 forks source link

Main manifest has <uses-sdk android:minSdkVersion='8'> but library uses minSdkVersion='10' #4

Closed snowdream closed 10 years ago

snowdream commented 10 years ago

I want to reference the library in my project(https://github.com/snowdream/android-widgets).i get the error as follows.
It seems that the minSdkVersion of my project is 8, but your minSdkVersion is 10.
If your library is avaiable for minSdkVersion 8, can you modify it to minSdkVersion 8,thank you.

[/home/snowdream/workspace/git/android-widgets/lib/src/main/AndroidManifest.xml, /home/snowdream/workspace/git/android-widgets/lib/build/exploded-aar/com.jpardogo.flabbylistview/library/1.0.0/AndroidManifest.xml:2]   
 Main manifest has <uses-sdk android:minSdkVersion='8'> but library uses minSdkVersion='10'                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   
jpardogo commented 10 years ago

I am sorry but it is not gonna be possible. Actually I was thinking about doing it minSdk 14. API 10 is an illusion of real android apps users. Dashboard