1
0
Fork 0
mirror of https://github.com/Radiquum/anixart-patcher.git synced 2025-09-05 10:45:32 +05:00
anixart-patcher/config.json

20 lines
No EOL
514 B
JSON

{
"log_level": "INFO",
"tools": [
{
"tool": "apktool.jar",
"url": "https://bitbucket.org/iBotPeaches/apktool/downloads/apktool_2.12.0.jar"
}
],
"folders": {
"tools": "./tools",
"apks": "./apks",
"decompiled": "./decompiled",
"patches": "./patches",
"dist": "./dist"
},
"xml_ns": {
"android": "http://schemas.android.com/apk/res/android",
"app": "http://schemas.android.com/apk/res-auto"
}
}