diff --git a/app/.gitignore b/app/.gitignore index 42afabf..dadc05c 100644 --- a/app/.gitignore +++ b/app/.gitignore @@ -1 +1,3 @@ -/build \ No newline at end of file +/build +/src/main/assets/xposed_init +/src/main/resources/META-INF/yukihookapi_init \ No newline at end of file diff --git a/app/src/main/assets/xposed_init b/app/src/main/assets/xposed_init deleted file mode 100644 index 0874363..0000000 --- a/app/src/main/assets/xposed_init +++ /dev/null @@ -1 +0,0 @@ -com.fankes.coloros.notify.hook.HookEntry_YukiHookXposedInit \ No newline at end of file diff --git a/app/src/main/assets/yukihookapi_init b/app/src/main/assets/yukihookapi_init deleted file mode 100644 index c5e2fb5..0000000 --- a/app/src/main/assets/yukihookapi_init +++ /dev/null @@ -1 +0,0 @@ -com.fankes.coloros.notify.hook.HookEntry \ No newline at end of file