Skip to content

Commit

Permalink
revert: "fix: enforce aapt v1"
Browse files Browse the repository at this point in the history
This reverts commit cff87ff.
  • Loading branch information
Sculas committed Jun 15, 2022
1 parent 3e610f7 commit dfd8a24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/app/revanced/patcher/Patcher.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit dfd8a24

Please sign in to comment.