mirror of
https://github.com/revanced/revanced-patcher.git
synced 2025-06-12 21:27:42 +02: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