mirror of
https://github.com/ReVanced/revanced-patcher.git
synced 2024-11-10 09:08:04 +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 {
|
private val config = Config.getDefaultConfig().apply {
|
||||||
aaptPath = options.aaptPath
|
aaptPath = options.aaptPath
|
||||||
useAapt2 = true
|
|
||||||
frameworkDirectory = options.frameworkDirectory
|
frameworkDirectory = options.frameworkDirectory
|
||||||
decodeResources = DECODE_RESOURCES_FULL
|
|
||||||
}
|
}
|
||||||
|
|
||||||
init {
|
init {
|
||||||
|
|
Loading…
Reference in a new issue