From dfd8a245124f85b1b028bbba197c70c8dca689b6 Mon Sep 17 00:00:00 2001 From: Lucaskyy Date: Wed, 15 Jun 2022 21:39:12 +0200 Subject: [PATCH] revert: "fix: enforce aapt v1" This reverts commit cff87ff0770d774d7ef79eec5a22462eadbcb9c5. --- src/main/kotlin/app/revanced/patcher/Patcher.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/app/revanced/patcher/Patcher.kt b/src/main/kotlin/app/revanced/patcher/Patcher.kt index 3d0ed9b..263b7c4 100644 --- a/src/main/kotlin/app/revanced/patcher/Patcher.kt +++ b/src/main/kotlin/app/revanced/patcher/Patcher.kt @@ -298,6 +298,6 @@ class Patcher(private val options: PatcherOptions) { private fun BuildOptions.setBuildOptions(options: PatcherOptions) { this.aaptPath = options.aaptPath - this.useAapt2 = false + this.useAapt2 = true this.frameworkFolderLocation = options.frameworkFolderLocation } \ No newline at end of file