vfox 2026.5.9

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

--- !!! MUST BE SET !!!
--- Plugin name
PLUGIN.name = "aapt2"
--- Plugin version
PLUGIN.version = "0.1.0"
--- Plugin homepage
PLUGIN.homepage = "https://github.com/mise-plugins/vfox-aapt2"
--- Plugin license
PLUGIN.license = "MIT"
--- Plugin description
PLUGIN.description = "Android Asset Packaging Tool 2 (aapt2)"

--- !!! OPTIONAL !!!
PLUGIN.minRuntimeVersion = "0.3.0"
PLUGIN.notes = {
	"aapt2 is used to compile and package Android app resources.",
}