fix: specify multithreadingDexFileWriter in PatcherOptions (#1402)

Co-authored-by: Ax333l <main@axelen.xyz>
This commit is contained in:
Benjamin
2023-11-29 13:33:00 -08:00
committed by GitHub
parent 9cab91959e
commit 12b00e5c8d
6 changed files with 18 additions and 9 deletions

View File

@@ -65,6 +65,8 @@
<string name="dynamic_color_description">Adapt colors to the wallpaper</string>
<string name="theme">Theme</string>
<string name="theme_description">Choose between light or dark theme</string>
<string name="multithreaded_dex_file_writer">Multi-threaded DEX file writer</string>
<string name="multithreaded_dex_file_writer_description">Use multiple cores to write DEX files. This is faster, but uses more memory</string>
<string name="experimental_patches">Allow experimental patches</string>
<string name="experimental_patches_description">Allow patching incompatible patches with experimental versions, something may break</string>
<string name="import_keystore">Import keystore</string>