FadingActionBar
FadingActionBar copied to clipboard
fadingactionbar-abc: 3.1.2 can't add as dependence
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'
+1