fix: enforce aapt v1

This commit is contained in:
Lucaskyy 2022-06-15 00:25:06 +02:00
parent 0eda84eaef
commit cff87ff077
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 = true
this.useAapt2 = false
this.frameworkFolderLocation = options.frameworkFolderLocation
}