refactor: remove unnecessary changes to default config

This commit is contained in:
oSumAtrIX 2023-07-26 05:52:09 +02:00
parent 90cb075a97
commit 426807aeaa
No known key found for this signature in database
GPG key ID: A9B3094ACDB604B4

View file

@ -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 {