F7 v3 on android 4.x

I just built an app with phonegap and it runs well just fine on android 7 but won’t run on android 4.x despite this

<preference name="android-minSdkVersion" value="10" />
<preference name="android-targetSdkVersion" value="28" />

in config.xml.
Can someone please help me out?

Android v4 is not supported

ok thanks, I thought I had an issue with my config!