mirror of
https://github.com/ReVanced/revanced-patcher.git
synced 2026-01-21 02:03:58 +00:00
refactor: remove unnecessary changes to default config
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user