Skip to content

Commit

Permalink
fix("enable-android-debugging): don't include by default
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Apr 21, 2023
1 parent e695792 commit 14b2128
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 14b2128

Please sign in to comment.