mirror of
https://github.com/ReVanced/revanced-patcher.git
synced 2024-11-10 01:02:22 +01:00
parent
3e610f7ba9
commit
dfd8a24512
1 changed files with 1 additions and 1 deletions
|
@ -298,6 +298,6 @@ class Patcher(private val options: PatcherOptions) {
|
|||
|
||||
private fun BuildOptions.setBuildOptions(options: PatcherOptions) {
|
||||
this.aaptPath = options.aaptPath
|
||||
this.useAapt2 = false
|
||||
this.useAapt2 = true
|
||||
this.frameworkFolderLocation = options.frameworkFolderLocation
|
||||
}
|
Loading…
Reference in a new issue