I've been building an app for months on PhoneGap Build using cli-5.2.0, now due to plugins and Android M permissions I was forced to move to cli-6.1.0 and gradle build.
Suddenly it's not respecting android-minSdkVersion anymore, I usually build 2 APKs, one for sdk 15-19 and another for 21+, but now it ignores the config-file preference and any APK is built for SDK 15+
I think it could be related with gradle build but couldn't find out how to configure the min sdk version for gradle to read, and where to put the gradle config file, I'm using just a text editor and grunt to run the build on phonegap build.