vfox 2026.3.0

Interface to vfox plugins
Documentation
--- !!! DO NOT EDIT OR RENAME !!!
PLUGIN = {}

--- !!! MUST BE SET !!!
--- Plugin name
PLUGIN.name = "android-sdk"
--- Plugin version
PLUGIN.version = "1.0.0"
--- Plugin homepage
PLUGIN.homepage = "https://developer.android.com/studio/command-line"
--- Plugin license
PLUGIN.license = "Apache 2.0"
--- Plugin description
PLUGIN.description = "Android SDK Command-line Tools"

--- !!! OPTIONAL !!!
--- minimum compatible vfox version
PLUGIN.minRuntimeVersion = "0.3.0"
--- Some things that need user to be attention!
PLUGIN.notes = {
    "Requires Java 11+ to be installed",
    "Set ANDROID_SDK_MIRROR_URL to use a mirror",
}