mirror of
https://github.com/ReVanced/revanced-patcher.git
synced 2026-01-18 17:03:56 +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) {
|
private fun BuildOptions.setBuildOptions(options: PatcherOptions) {
|
||||||
this.aaptPath = options.aaptPath
|
this.aaptPath = options.aaptPath
|
||||||
this.useAapt2 = true
|
this.useAapt2 = false
|
||||||
this.frameworkFolderLocation = options.frameworkFolderLocation
|
this.frameworkFolderLocation = options.frameworkFolderLocation
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user