mirror of
https://github.com/ReVanced/revanced-patcher.git
synced 2024-11-10 01:02:22 +01:00
refactor: remove unnecessary changes to default config
This commit is contained in:
parent
90cb075a97
commit
426807aeaa
1 changed files with 0 additions and 2 deletions
|
@ -46,9 +46,7 @@ class Patcher(private val options: PatcherOptions) {
|
|||
|
||||
private val config = Config.getDefaultConfig().apply {
|
||||
aaptPath = options.aaptPath
|
||||
useAapt2 = true
|
||||
frameworkDirectory = options.frameworkDirectory
|
||||
decodeResources = DECODE_RESOURCES_FULL
|
||||
}
|
||||
|
||||
init {
|
||||
|
|
Loading…
Reference in a new issue