feat: --exclusive switch (#78)

This commit is contained in:
bogadana
2022-07-10 12:15:28 +02:00
committed by GitHub
parent 93a4787780
commit 8e91c12c5e
3 changed files with 5 additions and 4 deletions

View File

@@ -11,9 +11,7 @@ import app.revanced.patcher.extensions.PatchExtensions.patchName
import app.revanced.patcher.patch.Patch
import app.revanced.patcher.util.patch.implementation.JarPatchBundle
fun Patcher.addPatchesFiltered(
excludePatches: Boolean = false
) {
fun Patcher.addPatchesFiltered() {
val packageName = this.data.packageMetadata.packageName
val packageVersion = this.data.packageMetadata.packageVersion