mirror of
https://github.com/HighCapable/YukiHookAPI.git
synced 2025-09-04 17:55:24 +08:00
Added much functions and Merge code
This commit is contained in:
@@ -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()
|
||||
}
|
||||
|
Reference in New Issue
Block a user