dpogue edited a comment on issue #1070: URL: https://github.com/apache/cordova-android/issues/1070#issuecomment-711113663
> But I thought `android-minSdkVersion` is used to override that behaviour. > > If I need to force minSdk lower than 22, how would I achieve this? You can use `android-minSdkVersion` to force a lower minSdk, but the code in cordova-android only supports SDK 22 and up. So if you are trying to target something lower, you'll probably also need to make changes to the Java code. Namely, the CordovaLib library that powers cordova-android has a minSdk of 22. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
