Объединение патчей cleanup.py и compress_png.py в один compress.py. Добавление доп. функций для сжатия апк

This commit is contained in:
2025-09-14 19:45:52 +05:00
parent 9453b3b50b
commit 871ec11f7e
7 changed files with 336 additions and 81 deletions
+15 -4
View File
@@ -18,8 +18,17 @@
"to": "#ffccff00"
}
},
"cleanup": {
"keep_dirs": ["META-INF", "kotlin"]
"compress": {
"remove_language_files": true,
"remove_AI_voiceover": true,
"remove_debug_lines": true,
"remove_drawable_files": false,
"remove_unknown_files": true,
"remove_unknown_files_keep_dirs": [
"META-INF",
"kotlin"
],
"compress_png_files": true
},
"settings_urls": {
"Мы в социальных сетях": [
@@ -59,5 +68,7 @@
"android": "http://schemas.android.com/apk/res/android",
"app": "http://schemas.android.com/apk/res-auto"
},
"speeds": [9.0]
}
"speeds": [
9.0
]
}