How to set the Requires Android version in Play Store? It is always 4.4 for all Ionic / Cordova Android Apps. (See Play Store app details)

The preference android-minSdkVersion in config.xml is set to 22 (Android 5.1). Also android-targetSdkVersion has no effect. And I found nothing in the developer section of Play Store.
Google Play Console says API-Levels: 19+. I think it comes from the apk. But how to set it? minSdkVersion does not work.
Cordova Android is not respecting the config.xml sdk version properties, right?
API-Levels == android-minSdkVersion
Ionic Info:
Ionic:
ionic (Ionic CLI) : 4.2.1
Ionic Framework : ionic-angular 3.9.2
@ionic/app-scripts : 3.1.11
Cordova:
cordova (Cordova CLI) : 8.1.1 (cordova-lib@8.1.0)
Cordova Platforms : android 7.1.4
System:
Android SDK Tools : 26.1.1 (C:\Users\%USERNAME%\AppData\Local\Android\Sdk)
NodeJS : v8.12.0 (C:\Program Files\nodejs\node.exe)
npm : 6.4.1
OS : Windows 10
How to set the
Requires Androidversion in Play Store? It is always 4.4 for all Ionic / Cordova Android Apps. (See Play Store app details)The preference
android-minSdkVersioninconfig.xmlis set to 22 (Android 5.1). Alsoandroid-targetSdkVersionhas no effect. And I found nothing in the developer section of Play Store.Google Play Console says
API-Levels: 19+. I think it comes from the apk. But how to set it?minSdkVersiondoes not work.Cordova Android is not respecting the config.xml sdk version properties, right?
API-Levels==android-minSdkVersionIonic Info: