This commit is contained in:
2022-02-08 21:25:47 +08:00
parent 8e46aa32d9
commit 785bfc375b
7 changed files with 9 additions and 9 deletions

View File

@@ -176,7 +176,7 @@ class YukiHookXposedProcessor : SymbolProcessorProvider {
modulePackageName.ifBlank {
if (packageName.contains(".hook."))
packageName.split(".hook.")[0]
else error(msg = "YukiHook cannot identify your App's package name,please refer to the wiki https://github.com/fankes/YukiHookAPI/wiki to fix the package name or manually configure the package name")
else error(msg = "YukiHookAPI cannot identify your App's package name,please refer to the wiki https://github.com/fankes/YukiHookAPI/wiki to fix the package name or manually configure the package name")
}
codeGenerator.createNewFile(
Dependencies.ALL_FILES,