mirror of
https://github.com/revanced/revanced-patcher.git
synced 2025-05-01 13:44:25 +02:00
revert: "fix: enforce aapt v1"
This reverts commit cff87ff0770d774d7ef79eec5a22462eadbcb9c5.
This commit is contained in:
parent
3e610f7ba9
commit
dfd8a24512
@ -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 = false
|
this.useAapt2 = true
|
||||||
this.frameworkFolderLocation = options.frameworkFolderLocation
|
this.frameworkFolderLocation = options.frameworkFolderLocation
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user