mirror of
https://github.com/ReVanced/revanced-cli.git
synced 2026-01-30 22:51:05 +00:00
feat: debugging option
This commit is contained in:
@@ -34,7 +34,7 @@ fun Patcher.addPatchesFiltered(
|
||||
return@patch
|
||||
}
|
||||
|
||||
if (!compatiblePackage.versions.any { it == packageVersion }) {
|
||||
if (!(MainCommand.debugging || compatiblePackage.versions.any { it == packageVersion })) {
|
||||
println("$prefix: Unsupported version.")
|
||||
return@patch
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user