fix("enable-android-debugging): don't include by default

This commit is contained in:
oSumAtrIX 2023-04-21 18:49:10 +02:00 committed by GitHub
parent e695792641
commit 14b212844f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ import app.revanced.patcher.patch.annotations.DependsOn
import app.revanced.patcher.patch.annotations.Patch
import org.w3c.dom.Element
@Patch
@Patch(false)
@Name("enable-android-debugging")
@Description("Enables Android debugging capabilities.")
@Version("0.0.1")