HI,
If you have the builder installed then the builder docs are installed.
In DS, top left icon (documentation), Plugins, ApkBuilder
See section on Using a build.json file
particularly the last note with a typical file
{
"manifest" :
{
"minSdkVersion" : 21,
"targetSdkVersion" : 31
}
}
Regards, ah