Building ionic app for Jellybean

I need some help on building the app for older versions.

here are my versions

OS: Distributor ID: Ubuntu Description: Ubuntu 14.04.2 LTS
Node Version: v0.10.33
Cordova CLI: 4.3.0
Ionic Version: 1.0.0-rc.1
Ionic CLI Version: 1.3.16

I’ve changed the AndroidManifest,xml file from platforms/android

android:minSdkVersion=“10” android:targetSdkVersion=“21”

to

uses-sdk android:minSdkVersion=“14” android:targetSdkVersion=“17”

Is there anything that i need to change to make my app work from Android versions 4.1 and above.

Ps: This is working perfectly in Android version 4.4 and above.

Seems like a commonly ignored question despite the docs saying Ionic supports Android 4.0+… Lame