According to this post, GCM is supported for Android 2.2. However when I add
com.google.android.gms:play-services:4+
to my Gradle build file, I get a compilation error from Gradle stating:
Information:Gradle: [c:\path\AndroidManifest.xml:3, C:\path\build\exploded-aar\com.google.android.gms\play-services\4.3.23\AndroidManifest.xml:3]
Main manifest has <uses-sdk android:minSdkVersion='8'>
but library uses minSdkVersion='9'
How do I get around this?