Skip to content

Commit

Permalink
fix(enable-android-debugging): make option debuggable false by default
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Apr 27, 2023
1 parent d9e8bd6 commit e717e26
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class EnableAndroidDebuggingPatch : ResourcePatch {
var debuggable: Boolean? by option(
PatchOption.BooleanOption(
key = "debuggable",
default = true,
default = false,
title = "App debugging",
description = "Whether to make the app debuggable on Android.",
)
Expand Down

0 comments on commit e717e26

Please sign in to comment.