breautek commented on issue #1373: URL: https://github.com/apache/cordova-android/issues/1373#issuecomment-1127157694
We are looking to re-introduce the independent setting. The details will be in the PR at https://github.com/apache/cordova-android/pull/1431 (currently WIP, but pretty stable). It may work slightly different than the setting that was in cordova-android 9.x. Namely we are looking to default the compile SDK to whatever what the target SDK is, unless explicitly configured otherwise. In otherwords: - If the target & compile sdk is not configured, it will default to the cordova-android default. - If the user sets the target sdk, the compile SDK will match. - If the user sets both the target sdk & compile sdk, cordova will accept those values as is. - If the user only sets compile, cordova will default target to the cordova-androi default, but will accept the user configured compile sdk. In all cases where cordova accepts a user-defined value, cordova will accept is as is, including if the configured values produces invalid settings, such as a target sdk > compile sdk. Feedback is welcome on the PR https://github.com/apache/cordova-android/pull/1431. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
