Can't get Ionic to build anything greater than Android 1.6

No matter what I try whenever I upload my APK to Google Play it always says “Android 1.6 or greater”, even though I have specified min and target platforms to be android-19. Both in my config.xml and AndroidManifest.xml.

I’ve also updated to the latest Cordova Android platform (4.0.0), deleted all API levels below 19 from the SDK Manager.

Any ideas what I could be missing?

Thanks in advance!