Added much functions and Merge code

This commit is contained in:
2022-03-27 23:03:54 +08:00
parent 99b6f041f0
commit 405079c18d
11 changed files with 496 additions and 280 deletions

View File

@@ -194,7 +194,7 @@ class YukiHookXposedProcessor : SymbolProcessorProvider {
}
File("$projectPath${separator}assets").also { assFile ->
if (File("$projectPath${separator}AndroidManifest.xml").exists()) {
if (!assFile.exists() || !assFile.isDirectory) {
if (assFile.exists().not() || assFile.isDirectory.not()) {
assFile.delete()
assFile.mkdirs()
}