applidium / HeaderListView

Android ListView with sticky headers
http://applidium.com/en/news/headerlistview_for_android/
Other
313 stars 96 forks source link

Fixed build issues with compat v7 libs not referencing version 19. #13

Closed ghost closed 10 years ago

ghost commented 10 years ago

There is a build issue using the following lines:

compile 'com.android.support:appcompat-v7:+'

tokou commented 10 years ago

Thanks.

ghost commented 10 years ago

Most welcome.