mirror of
https://github.com/ReVanced/revanced-patcher.git
synced 2024-11-10 01:02:22 +01:00
fix: enforce aapt v1
This commit is contained in:
parent
0eda84eaef
commit
cff87ff077
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 = true
|
||||
this.useAapt2 = false
|
||||
this.frameworkFolderLocation = options.frameworkFolderLocation
|
||||
}
|
Loading…
Reference in a new issue