ManuelPeinado / FadingActionBar

Android library implementing a fading effect for the action bar, similar to the one found in the Play Music app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fadingactionbar-abc: 3.1.2 can't add as dependence

fdonzello opened this issue · comments

Hi,

when I add:
compile 'com.github.manuelpeinado.fadingactionbar:fadingactionbar-abc:3.1.2'

to my build.gradle I get this error:

Error:Execution failed for task ':android:processDebugManifest'.

Manifest merger failed : uses-sdk:minSdkVersion 9 cannot be smaller than version L declared in library com.android.support:support-v4:21.0.0-rc1

If I remove the dependence everything works as expected.

And my support dependences are:

compile 'com.android.support:appcompat-v7:19.0.0'
compile 'com.android.support:support-v4:19.0.0'