Hi, I have published my first Ionic app (in fact the first mobile app) on the Google Play Store, only to find that it is only supported on 210 devices out of 8888 in total. I have the following lines in my AndroidManifest.xml
<supports-screens android:anyDensity="true" android:largeScreens="true" android:normalScreens="true" android:resizeable="true" android:smallScreens="true" android:xlargeScreens="true" />
<uses-sdk android:maxSdkVersion="22" android:minSdkVersion="14" android:targetSdkVersion="22" />