Skip to content

Commit 9e79e9e

Browse files
authored
feat(Change package name): Mention caveat of the patch in the description
1 parent 429bade commit 9e79e9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/kotlin/app/revanced/patches/all/misc/packagename/ChangePackageNamePatch.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import java.io.Closeable
1010

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

6060
manifest.setAttribute("package", replacementPackageName)
6161
}
62-
}
62+
}

0 commit comments

Comments
 (0)