ManuelPeinado / FadingActionBar

Android library implementing a fading effect for the action bar, similar to the one found in the Play Music app
Apache License 2.0
2.87k stars 677 forks source link

fadingactionbar-abc: 3.1.2 can't add as dependence #83

Open fdonzello opened 9 years ago

fdonzello commented 9 years ago

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.

fdonzello commented 9 years ago

And my support dependences are:

compile 'com.android.support:appcompat-v7:19.0.0'
compile 'com.android.support:support-v4:19.0.0'
ertanden commented 9 years ago

+1