Объединение патчей cleanup.py и compress_png.py в один compress.py. Добавление доп. функций для сжатия апк
This commit is contained in:
+15
-4
@@ -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
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user