Revert change ic_icon to ic_launcher in demo-module

This commit is contained in:
2022-10-04 04:03:39 +08:00
parent e259ad87f9
commit eed097eb76
2 changed files with 1 additions and 1 deletions

View File

@@ -203,7 +203,7 @@ class HookEntry : IYukiHookXposedInit {
// Module App's Resources can be obfuscated with R8, results are not affected
// 替换为当前模块的 Resources
// 模块的 Resources 可以使用 R8 混淆 - 结果不受影响
replaceToModuleResource(R.mipmap.ic_launcher)
replaceToModuleResource(R.mipmap.ic_icon)
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB