addedInput schema / additionalProperties
Added value: +false
addedInput schema / properties / debug / description
Added value: +"Build with debugging info"
removedInput schema / properties / debug / title
Removed value: -"Debug"
addedInput schema / properties / force_all / description
Added value: +"Force rebuild all files"
removedInput schema / properties / force_all / title
Removed value: -"Force All"
addedInput schema / properties / output_apk / description
Added value: +"Optional output APK path"
removedInput schema / properties / output_apk / title
Removed value: -"Output Apk"
addedInput schema / properties / project_dir / description
Added value: +"Path to the APKTool project directory"
removedInput schema / properties / project_dir / title
Removed value: -"Project Dir"
addedInput schema / properties / timeout
Added value: +{
+ "default": 300,
+ "description": "Command timeout in seconds",
+ "type": "integer"
+}
removedInput schema / title
Removed value: -"build_apkArguments"
addedOutput schema / additionalProperties
Added value: +true
removedOutput schema / properties
Removed value: -{
- "result": {
- "additionalProperties": true,
- "title": "Result",
- "type": "object"
- }
-}
removedOutput schema / required
Removed value: -[
- "result"
-]
removedOutput schema / title
Removed value: -"build_apkOutput"