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

Fix problems with appcompat for Android L - #299

Open
raycoarana wants to merge 2 commits into
chrisbanes:masterfrom
raycoarana:master
Open

Fix problems with appcompat for Android L#299
raycoarana wants to merge 2 commits into
chrisbanes:masterfrom
raycoarana:master

Conversation

@raycoarana

Copy link
Copy Markdown

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
Copy Markdown
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
Copy Markdown

On README.md:

PLEASE NOTE, THIS PROJECT IS NO LONGER BEING MAINTAINED

So... The pull request will not be merged

@iamrain2008

Copy link
Copy Markdown

It helps me a lot

@yshrsmz

yshrsmz commented Sep 9, 2014

Copy link
Copy Markdown

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