revert: "fix: enforce aapt v1"

This reverts commit cff87ff077.
This commit is contained in:
Lucaskyy 2022-06-15 21:39:12 +02:00
parent 3e610f7ba9
commit dfd8a24512
No known key found for this signature in database
GPG key ID: 1530BFF96D1EEB89

View file

@ -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
}