Skip to content

Store Android {min,target,compile}Sdk in variables

Gabriel Souza Franco requested to merge (removed):android-variables into master

androiddeployqt already autodetects the compileSdk version, but {min,target}Sdk defaulted to 23 and 28, respectively.

This is also useful to KNotifications, which has its own build files.

Merge request reports