Skip to content

Commit

Permalink
fix(change-package-name): make option packageName null by default
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Apr 30, 2023
1 parent 08f570b commit 85bee08
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class ChangePackageNamePatch : ResourcePatch {
var packageName: String? by option(
PatchOption.StringOption(
key = "packageName",
default = "",
default = null,
title = "Package name",
description = "The name of the package to rename of the app.",
)
Expand Down

0 comments on commit 85bee08

Please sign in to comment.