I am trying to upload a new version of an app I am creating for Clover Flex 2, but I am getting this error:
Devices: Flex[21] do not meet minSdkVersion: 22 in your AndroidManifest.xml file.
If I try to manually add minSdkVersion property to my AndroidManifest.xml file, gradle would complain about that property should be included in a gradle script.... and my app gradle script DOES contain minSdkVersion 22 already.
Any ideas of what could be the problem?
P.S.: not sure if related, but I am using Ionic + Cordova to build this app, and last year I as able to build and upload several versions of this app without problem.