Skip to content

Commit

Permalink
feat(Change package name): Mention caveat of the patch in the descrip…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
oSumAtrIX authored Jan 9, 2024
1 parent 36f86db commit 427b81a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import java.io.Closeable

@Patch(
name = "Change package name",
description = "Appends \".revanced\" to the package name by default.",
description = "Appends \".revanced\" to the package name by default. Changing the package name of the app can lead to unexpected issues.",
use = false
)
@Suppress("unused")
Expand Down Expand Up @@ -59,4 +59,4 @@ object ChangePackageNamePatch : ResourcePatch(), Closeable {

manifest.setAttribute("package", replacementPackageName)
}
}
}

0 comments on commit 427b81a

Please sign in to comment.