In targetSdkVersion Set maximum sdk version. if you set 21 than your application will work still 21 api.
<uses-sdk
android:minSdkVersion="8"
android:targetSdkVersion="21" />
2
solved Change version of APK
In targetSdkVersion Set maximum sdk version. if you set 21 than your application will work still 21 api.
<uses-sdk
android:minSdkVersion="8"
android:targetSdkVersion="21" />
2
solved Change version of APK