mirror of
https://github.com/revanced/revanced-patcher.git
synced 2025-04-30 21:34:25 +02:00
refactor: remove unnecessary changes to default config
This commit is contained in:
parent
90cb075a97
commit
426807aeaa
@ -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…
x
Reference in New Issue
Block a user