Design support library - Which version to use with SDK v21
问题 I have problems to understand the version scheme of the support libraries and when to use which version. Currently I have a project with compileSdkVersion 21 , minSdkVersion 21 and targetSdkVersion 21 and want to use the android design support library. When I use com.android.support:design:22.2.0 the project compiles but I get a Gradle warning: "This support library should not use a different version (22) than the `compileSdkVersion` (21)". When I use com.android.support:design:23.0.1 I get