mirror of
https://github.com/revanced/revanced-patcher.git
synced 2025-05-03 22:24:25 +02:00
fix: enforce aapt v1
This commit is contained in:
parent
0eda84eaef
commit
cff87ff077
@ -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
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user