FadingActionBar icon indicating copy to clipboard operation
FadingActionBar copied to clipboard

fadingactionbar-abc: 3.1.2 can't add as dependence

Open fdonzello opened this issue 10 years ago • 2 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.

fdonzello avatar Sep 29 '14 13:09 fdonzello

And my support dependences are:

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

fdonzello avatar Sep 29 '14 13:09 fdonzello

+1

ertanden avatar Oct 05 '14 08:10 ertanden