Skip to content
This repository has been archived by the owner on Oct 15, 2018. It is now read-only.

Fix problems with appcompat for Android L #299

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Fix problems with appcompat for Android L #299

wants to merge 2 commits into from

Conversation

raycoarana
Copy link

With the lastest appcompat library, the minimum SDK is too high. With this change, we prevent using that version and keep us on version 20+.

@raycoarana
Copy link
Author

Meanwhile, this problem can be solve on our apps excluding the appcompat-v7 library:

compile ('com.github.chrisbanes.actionbarpulltorefresh:extra-abc:0.9.9') {
    exclude group: 'com.android.support', module: 'appcompat-v7'
}

@leonardoxh
Copy link

On README.md:

PLEASE NOTE, THIS PROJECT IS NO LONGER BEING MAINTAINED

So... The pull request will not be merged

@iamrain2008
Copy link

It helps me a lot

@yshrsmz
Copy link

yshrsmz commented Sep 9, 2014

JFYI
https://twitter.com/chrisbanes/status/460799199941230593

This is why the library is deprecated.
Basically we should use SwipeRefreshLayout;)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants