mirror of
https://github.com/HighCapable/YukiHookAPI.git
synced 2025-09-04 09:45:19 +08:00
...
This commit is contained in:
@@ -126,7 +126,7 @@ class YukiHookXposedProcessor : SymbolProcessorProvider {
|
||||
assFile.mkdirs()
|
||||
}
|
||||
File("${assFile.absolutePath}${File.separator}xposed_init")
|
||||
.writeText(text = "$packageName.${className}$xposedClassShortName")
|
||||
.writeText(text = "$packageName.$className$xposedClassShortName")
|
||||
}
|
||||
}.onFailure {
|
||||
logger.error(message = "Inject XposedAssets Failed! $it")
|
||||
|
Reference in New Issue
Block a user