I am new to Android and trying to get material design to work but when I add the dependencies to do so I get the following error:
Error:Execution failed for task ':app:processDebugManifest'.
> Manifest merger failed : uses-sdk:minSdkVersion 15 cannot be smaller than version L declared in library com.android.support:appcompat-v7:21.0.0-rc1
I am following instructions on this page: http://developer.android.com/training/material/compatibility.html