mirror of
https://github.com/ReVanced/revanced-patcher.git
synced 2026-01-11 13:56:16 +00:00
fix: enforce aapt v1
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user