diff --git a/README.md b/README.md index 7635f39..7439658 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ This project will not be adapted i18n, please stay tuned for my new projects in - [AGPL-3.0](https://www.gnu.org/licenses/agpl-3.0.html) ``` -Copyright (C) 2017-2023 Fankes Studio(qzmmcn@163.com) +Copyright (C) 2017-2024 Fankes Studio(qzmmcn@163.com) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as @@ -118,4 +118,4 @@ along with this program. If not, see . Powered by [YukiHookAPI](https://github.com/HighCapable/YukiHookAPI) -版权所有 © 2017-2023 Fankes Studio(qzmmcn@163.com) \ No newline at end of file +版权所有 © 2017-2024 Fankes Studio(qzmmcn@163.com) \ No newline at end of file diff --git a/app/src/main/java/com/fankes/miui/notify/application/MNNApplication.kt b/app/src/main/java/com/fankes/miui/notify/application/MNNApplication.kt index b054c54..c043729 100644 --- a/app/src/main/java/com/fankes/miui/notify/application/MNNApplication.kt +++ b/app/src/main/java/com/fankes/miui/notify/application/MNNApplication.kt @@ -1,6 +1,6 @@ /* * MIUINativeNotifyIcon - Fix the native notification bar icon function abandoned by the MIUI development team. - * Copyright (C) 2017-2023 Fankes Studio(qzmmcn@163.com) + * Copyright (C) 2017-2024 Fankes Studio(qzmmcn@163.com) * https://github.com/fankes/MIUINativeNotifyIcon * * This software is non-free but opensource software: you can redistribute it diff --git a/app/src/main/java/com/fankes/miui/notify/bean/IconDataBean.kt b/app/src/main/java/com/fankes/miui/notify/bean/IconDataBean.kt index d8bb30a..9e04898 100644 --- a/app/src/main/java/com/fankes/miui/notify/bean/IconDataBean.kt +++ b/app/src/main/java/com/fankes/miui/notify/bean/IconDataBean.kt @@ -1,6 +1,6 @@ /* * MIUINativeNotifyIcon - Fix the native notification bar icon function abandoned by the MIUI development team. - * Copyright (C) 2017-2023 Fankes Studio(qzmmcn@163.com) + * Copyright (C) 2017-2024 Fankes Studio(qzmmcn@163.com) * https://github.com/fankes/MIUINativeNotifyIcon * * This software is non-free but opensource software: you can redistribute it diff --git a/app/src/main/java/com/fankes/miui/notify/const/ConstFactory.kt b/app/src/main/java/com/fankes/miui/notify/const/ConstFactory.kt index 9685c52..7e08bc7 100644 --- a/app/src/main/java/com/fankes/miui/notify/const/ConstFactory.kt +++ b/app/src/main/java/com/fankes/miui/notify/const/ConstFactory.kt @@ -1,6 +1,6 @@ /* * MIUINativeNotifyIcon - Fix the native notification bar icon function abandoned by the MIUI development team. - * Copyright (C) 2017-2023 Fankes Studio(qzmmcn@163.com) + * Copyright (C) 2017-2024 Fankes Studio(qzmmcn@163.com) * https://github.com/fankes/MIUINativeNotifyIcon * * This software is non-free but opensource software: you can redistribute it diff --git a/app/src/main/java/com/fankes/miui/notify/data/ConfigData.kt b/app/src/main/java/com/fankes/miui/notify/data/ConfigData.kt index 5751e92..f14d25f 100644 --- a/app/src/main/java/com/fankes/miui/notify/data/ConfigData.kt +++ b/app/src/main/java/com/fankes/miui/notify/data/ConfigData.kt @@ -1,6 +1,6 @@ /* * MIUINativeNotifyIcon - Fix the native notification bar icon function abandoned by the MIUI development team. - * Copyright (C) 2017-2023 Fankes Studio(qzmmcn@163.com) + * Copyright (C) 2017-2024 Fankes Studio(qzmmcn@163.com) * https://github.com/fankes/MIUINativeNotifyIcon * * This software is non-free but opensource software: you can redistribute it diff --git a/app/src/main/java/com/fankes/miui/notify/data/factory/CompoundButtonFactory.kt b/app/src/main/java/com/fankes/miui/notify/data/factory/CompoundButtonFactory.kt index 1e411a1..ff85b8b 100644 --- a/app/src/main/java/com/fankes/miui/notify/data/factory/CompoundButtonFactory.kt +++ b/app/src/main/java/com/fankes/miui/notify/data/factory/CompoundButtonFactory.kt @@ -1,6 +1,6 @@ /* * MIUINativeNotifyIcon - Fix the native notification bar icon function abandoned by the MIUI development team. - * Copyright (C) 2017-2023 Fankes Studio(qzmmcn@163.com) + * Copyright (C) 2017-2024 Fankes Studio(qzmmcn@163.com) * https://github.com/fankes/MIUINativeNotifyIcon * * This software is non-free but opensource software: you can redistribute it diff --git a/app/src/main/java/com/fankes/miui/notify/data/factory/SeekBarFactory.kt b/app/src/main/java/com/fankes/miui/notify/data/factory/SeekBarFactory.kt index a8883e9..7756891 100644 --- a/app/src/main/java/com/fankes/miui/notify/data/factory/SeekBarFactory.kt +++ b/app/src/main/java/com/fankes/miui/notify/data/factory/SeekBarFactory.kt @@ -1,6 +1,6 @@ /* * MIUINativeNotifyIcon - Fix the native notification bar icon function abandoned by the MIUI development team. - * Copyright (C) 2017-2023 Fankes Studio(qzmmcn@163.com) + * Copyright (C) 2017-2024 Fankes Studio(qzmmcn@163.com) * https://github.com/fankes/MIUINativeNotifyIcon * * This software is non-free but opensource software: you can redistribute it diff --git a/app/src/main/java/com/fankes/miui/notify/hook/HookEntry.kt b/app/src/main/java/com/fankes/miui/notify/hook/HookEntry.kt index eba3717..9401693 100644 --- a/app/src/main/java/com/fankes/miui/notify/hook/HookEntry.kt +++ b/app/src/main/java/com/fankes/miui/notify/hook/HookEntry.kt @@ -1,6 +1,6 @@ /* * MIUINativeNotifyIcon - Fix the native notification bar icon function abandoned by the MIUI development team. - * Copyright (C) 2017-2023 Fankes Studio(qzmmcn@163.com) + * Copyright (C) 2017-2024 Fankes Studio(qzmmcn@163.com) * https://github.com/fankes/MIUINativeNotifyIcon * * This software is non-free but opensource software: you can redistribute it diff --git a/app/src/main/java/com/fankes/miui/notify/hook/entity/SystemUIHooker.kt b/app/src/main/java/com/fankes/miui/notify/hook/entity/SystemUIHooker.kt index 2868f13..517951b 100644 --- a/app/src/main/java/com/fankes/miui/notify/hook/entity/SystemUIHooker.kt +++ b/app/src/main/java/com/fankes/miui/notify/hook/entity/SystemUIHooker.kt @@ -1,6 +1,6 @@ /* * MIUINativeNotifyIcon - Fix the native notification bar icon function abandoned by the MIUI development team. - * Copyright (C) 2017-2023 Fankes Studio(qzmmcn@163.com) + * Copyright (C) 2017-2024 Fankes Studio(qzmmcn@163.com) * https://github.com/fankes/MIUINativeNotifyIcon * * This software is non-free but opensource software: you can redistribute it diff --git a/app/src/main/java/com/fankes/miui/notify/params/IconPackParams.kt b/app/src/main/java/com/fankes/miui/notify/params/IconPackParams.kt index f60e22d..99b4495 100644 --- a/app/src/main/java/com/fankes/miui/notify/params/IconPackParams.kt +++ b/app/src/main/java/com/fankes/miui/notify/params/IconPackParams.kt @@ -1,6 +1,6 @@ /* * MIUINativeNotifyIcon - Fix the native notification bar icon function abandoned by the MIUI development team. - * Copyright (C) 2017-2023 Fankes Studio(qzmmcn@163.com) + * Copyright (C) 2017-2024 Fankes Studio(qzmmcn@163.com) * https://github.com/fankes/MIUINativeNotifyIcon * * This software is non-free but opensource software: you can redistribute it diff --git a/app/src/main/java/com/fankes/miui/notify/params/factory/DataFactory.kt b/app/src/main/java/com/fankes/miui/notify/params/factory/DataFactory.kt index b0a1f0d..ad50a95 100644 --- a/app/src/main/java/com/fankes/miui/notify/params/factory/DataFactory.kt +++ b/app/src/main/java/com/fankes/miui/notify/params/factory/DataFactory.kt @@ -1,6 +1,6 @@ /* * MIUINativeNotifyIcon - Fix the native notification bar icon function abandoned by the MIUI development team. - * Copyright (C) 2017-2023 Fankes Studio(qzmmcn@163.com) + * Copyright (C) 2017-2024 Fankes Studio(qzmmcn@163.com) * https://github.com/fankes/MIUINativeNotifyIcon * * This software is non-free but opensource software: you can redistribute it diff --git a/app/src/main/java/com/fankes/miui/notify/service/QuickStartTileService.kt b/app/src/main/java/com/fankes/miui/notify/service/QuickStartTileService.kt index 0e77281..ec36d08 100644 --- a/app/src/main/java/com/fankes/miui/notify/service/QuickStartTileService.kt +++ b/app/src/main/java/com/fankes/miui/notify/service/QuickStartTileService.kt @@ -1,6 +1,6 @@ /* * MIUINativeNotifyIcon - Fix the native notification bar icon function abandoned by the MIUI development team. - * Copyright (C) 2017-2023 Fankes Studio(qzmmcn@163.com) + * Copyright (C) 2017-2024 Fankes Studio(qzmmcn@163.com) * https://github.com/fankes/MIUINativeNotifyIcon * * This software is non-free but opensource software: you can redistribute it diff --git a/app/src/main/java/com/fankes/miui/notify/ui/activity/ConfigureActivity.kt b/app/src/main/java/com/fankes/miui/notify/ui/activity/ConfigureActivity.kt index b423fa2..a509972 100644 --- a/app/src/main/java/com/fankes/miui/notify/ui/activity/ConfigureActivity.kt +++ b/app/src/main/java/com/fankes/miui/notify/ui/activity/ConfigureActivity.kt @@ -1,6 +1,6 @@ /* * MIUINativeNotifyIcon - Fix the native notification bar icon function abandoned by the MIUI development team. - * Copyright (C) 2017-2023 Fankes Studio(qzmmcn@163.com) + * Copyright (C) 2017-2024 Fankes Studio(qzmmcn@163.com) * https://github.com/fankes/MIUINativeNotifyIcon * * This software is non-free but opensource software: you can redistribute it diff --git a/app/src/main/java/com/fankes/miui/notify/ui/activity/MainActivity.kt b/app/src/main/java/com/fankes/miui/notify/ui/activity/MainActivity.kt index d134d71..718f250 100644 --- a/app/src/main/java/com/fankes/miui/notify/ui/activity/MainActivity.kt +++ b/app/src/main/java/com/fankes/miui/notify/ui/activity/MainActivity.kt @@ -1,6 +1,6 @@ /* * MIUINativeNotifyIcon - Fix the native notification bar icon function abandoned by the MIUI development team. - * Copyright (C) 2017-2023 Fankes Studio(qzmmcn@163.com) + * Copyright (C) 2017-2024 Fankes Studio(qzmmcn@163.com) * https://github.com/fankes/MIUINativeNotifyIcon * * This software is non-free but opensource software: you can redistribute it diff --git a/app/src/main/java/com/fankes/miui/notify/ui/activity/auto/NotifyIconRuleUpdateActivity.kt b/app/src/main/java/com/fankes/miui/notify/ui/activity/auto/NotifyIconRuleUpdateActivity.kt index 3ea0249..4f5ae6b 100644 --- a/app/src/main/java/com/fankes/miui/notify/ui/activity/auto/NotifyIconRuleUpdateActivity.kt +++ b/app/src/main/java/com/fankes/miui/notify/ui/activity/auto/NotifyIconRuleUpdateActivity.kt @@ -1,6 +1,6 @@ /* * MIUINativeNotifyIcon - Fix the native notification bar icon function abandoned by the MIUI development team. - * Copyright (C) 2017-2023 Fankes Studio(qzmmcn@163.com) + * Copyright (C) 2017-2024 Fankes Studio(qzmmcn@163.com) * https://github.com/fankes/MIUINativeNotifyIcon * * This software is non-free but opensource software: you can redistribute it diff --git a/app/src/main/java/com/fankes/miui/notify/ui/activity/base/BaseActivity.kt b/app/src/main/java/com/fankes/miui/notify/ui/activity/base/BaseActivity.kt index 02e0496..eaf32d6 100644 --- a/app/src/main/java/com/fankes/miui/notify/ui/activity/base/BaseActivity.kt +++ b/app/src/main/java/com/fankes/miui/notify/ui/activity/base/BaseActivity.kt @@ -1,6 +1,6 @@ /* * MIUINativeNotifyIcon - Fix the native notification bar icon function abandoned by the MIUI development team. - * Copyright (C) 2017-2023 Fankes Studio(qzmmcn@163.com) + * Copyright (C) 2017-2024 Fankes Studio(qzmmcn@163.com) * https://github.com/fankes/MIUINativeNotifyIcon * * This software is non-free but opensource software: you can redistribute it diff --git a/app/src/main/java/com/fankes/miui/notify/ui/widget/MaterialSwitch.kt b/app/src/main/java/com/fankes/miui/notify/ui/widget/MaterialSwitch.kt index 7b85470..b4f1768 100644 --- a/app/src/main/java/com/fankes/miui/notify/ui/widget/MaterialSwitch.kt +++ b/app/src/main/java/com/fankes/miui/notify/ui/widget/MaterialSwitch.kt @@ -1,6 +1,6 @@ /* * MIUINativeNotifyIcon - Fix the native notification bar icon function abandoned by the MIUI development team. - * Copyright (C) 2017-2023 Fankes Studio(qzmmcn@163.com) + * Copyright (C) 2017-2024 Fankes Studio(qzmmcn@163.com) * https://github.com/fankes/MIUINativeNotifyIcon * * This software is non-free but opensource software: you can redistribute it diff --git a/app/src/main/java/com/fankes/miui/notify/utils/factory/BackPressedEventFactory.kt b/app/src/main/java/com/fankes/miui/notify/utils/factory/BackPressedEventFactory.kt index 04a9072..53aad68 100644 --- a/app/src/main/java/com/fankes/miui/notify/utils/factory/BackPressedEventFactory.kt +++ b/app/src/main/java/com/fankes/miui/notify/utils/factory/BackPressedEventFactory.kt @@ -1,6 +1,6 @@ /* * MIUINativeNotifyIcon - Fix the native notification bar icon function abandoned by the MIUI development team. - * Copyright (C) 2017-2023 Fankes Studio(qzmmcn@163.com) + * Copyright (C) 2017-2024 Fankes Studio(qzmmcn@163.com) * https://github.com/fankes/MIUINativeNotifyIcon * * This software is non-free but opensource software: you can redistribute it diff --git a/app/src/main/java/com/fankes/miui/notify/utils/factory/BaseAdapterFactory.kt b/app/src/main/java/com/fankes/miui/notify/utils/factory/BaseAdapterFactory.kt index a789a29..6055409 100644 --- a/app/src/main/java/com/fankes/miui/notify/utils/factory/BaseAdapterFactory.kt +++ b/app/src/main/java/com/fankes/miui/notify/utils/factory/BaseAdapterFactory.kt @@ -1,6 +1,6 @@ /* * MIUINativeNotifyIcon - Fix the native notification bar icon function abandoned by the MIUI development team. - * Copyright (C) 2017-2023 Fankes Studio(qzmmcn@163.com) + * Copyright (C) 2017-2024 Fankes Studio(qzmmcn@163.com) * https://github.com/fankes/MIUINativeNotifyIcon * * This software is non-free but opensource software: you can redistribute it diff --git a/app/src/main/java/com/fankes/miui/notify/utils/factory/DialogBuilderFactory.kt b/app/src/main/java/com/fankes/miui/notify/utils/factory/DialogBuilderFactory.kt index c58f12b..9c5db37 100644 --- a/app/src/main/java/com/fankes/miui/notify/utils/factory/DialogBuilderFactory.kt +++ b/app/src/main/java/com/fankes/miui/notify/utils/factory/DialogBuilderFactory.kt @@ -1,6 +1,6 @@ /* * MIUINativeNotifyIcon - Fix the native notification bar icon function abandoned by the MIUI development team. - * Copyright (C) 2017-2023 Fankes Studio(qzmmcn@163.com) + * Copyright (C) 2017-2024 Fankes Studio(qzmmcn@163.com) * https://github.com/fankes/MIUINativeNotifyIcon * * This software is non-free but opensource software: you can redistribute it diff --git a/app/src/main/java/com/fankes/miui/notify/utils/factory/ExceptionFactory.kt b/app/src/main/java/com/fankes/miui/notify/utils/factory/ExceptionFactory.kt index 7bb8841..bf98e77 100644 --- a/app/src/main/java/com/fankes/miui/notify/utils/factory/ExceptionFactory.kt +++ b/app/src/main/java/com/fankes/miui/notify/utils/factory/ExceptionFactory.kt @@ -1,6 +1,6 @@ /* * MIUINativeNotifyIcon - Fix the native notification bar icon function abandoned by the MIUI development team. - * Copyright (C) 2017-2023 Fankes Studio(qzmmcn@163.com) + * Copyright (C) 2017-2024 Fankes Studio(qzmmcn@163.com) * https://github.com/fankes/MIUINativeNotifyIcon * * This software is non-free but opensource software: you can redistribute it diff --git a/app/src/main/java/com/fankes/miui/notify/utils/factory/FunctionFactory.kt b/app/src/main/java/com/fankes/miui/notify/utils/factory/FunctionFactory.kt index 1be8c26..1ce1fae 100644 --- a/app/src/main/java/com/fankes/miui/notify/utils/factory/FunctionFactory.kt +++ b/app/src/main/java/com/fankes/miui/notify/utils/factory/FunctionFactory.kt @@ -1,6 +1,6 @@ /* * MIUINativeNotifyIcon - Fix the native notification bar icon function abandoned by the MIUI development team. - * Copyright (C) 2017-2023 Fankes Studio(qzmmcn@163.com) + * Copyright (C) 2017-2024 Fankes Studio(qzmmcn@163.com) * https://github.com/fankes/MIUINativeNotifyIcon * * This software is non-free but opensource software: you can redistribute it diff --git a/app/src/main/java/com/fankes/miui/notify/utils/tool/ActivationPromptTool.kt b/app/src/main/java/com/fankes/miui/notify/utils/tool/ActivationPromptTool.kt index 1df3cb4..df0e666 100644 --- a/app/src/main/java/com/fankes/miui/notify/utils/tool/ActivationPromptTool.kt +++ b/app/src/main/java/com/fankes/miui/notify/utils/tool/ActivationPromptTool.kt @@ -1,6 +1,6 @@ /* * MIUINativeNotifyIcon - Fix the native notification bar icon function abandoned by the MIUI development team. - * Copyright (C) 2017-2023 Fankes Studio(qzmmcn@163.com) + * Copyright (C) 2017-2024 Fankes Studio(qzmmcn@163.com) * https://github.com/fankes/MIUINativeNotifyIcon * * This software is non-free but opensource software: you can redistribute it diff --git a/app/src/main/java/com/fankes/miui/notify/utils/tool/BitmapCompatTool.kt b/app/src/main/java/com/fankes/miui/notify/utils/tool/BitmapCompatTool.kt index 178ccfa..9ae7131 100644 --- a/app/src/main/java/com/fankes/miui/notify/utils/tool/BitmapCompatTool.kt +++ b/app/src/main/java/com/fankes/miui/notify/utils/tool/BitmapCompatTool.kt @@ -1,6 +1,6 @@ /* * MIUINativeNotifyIcon - Fix the native notification bar icon function abandoned by the MIUI development team. - * Copyright (C) 2017-2023 Fankes Studio(qzmmcn@163.com) + * Copyright (C) 2017-2024 Fankes Studio(qzmmcn@163.com) * https://github.com/fankes/MIUINativeNotifyIcon * * This software is non-free but opensource software: you can redistribute it diff --git a/app/src/main/java/com/fankes/miui/notify/utils/tool/GithubReleaseTool.kt b/app/src/main/java/com/fankes/miui/notify/utils/tool/GithubReleaseTool.kt index 46f7da7..464d9f1 100644 --- a/app/src/main/java/com/fankes/miui/notify/utils/tool/GithubReleaseTool.kt +++ b/app/src/main/java/com/fankes/miui/notify/utils/tool/GithubReleaseTool.kt @@ -1,6 +1,6 @@ /* * MIUINativeNotifyIcon - Fix the native notification bar icon function abandoned by the MIUI development team. - * Copyright (C) 2017-2023 Fankes Studio(qzmmcn@163.com) + * Copyright (C) 2017-2024 Fankes Studio(qzmmcn@163.com) * https://github.com/fankes/MIUINativeNotifyIcon * * This software is non-free but opensource software: you can redistribute it diff --git a/app/src/main/java/com/fankes/miui/notify/utils/tool/I18nWarnTool.kt b/app/src/main/java/com/fankes/miui/notify/utils/tool/I18nWarnTool.kt index 6ceb103..6a7bc48 100644 --- a/app/src/main/java/com/fankes/miui/notify/utils/tool/I18nWarnTool.kt +++ b/app/src/main/java/com/fankes/miui/notify/utils/tool/I18nWarnTool.kt @@ -1,6 +1,6 @@ /* * MIUINativeNotifyIcon - Fix the native notification bar icon function abandoned by the MIUI development team. - * Copyright (C) 2017-2023 Fankes Studio(qzmmcn@163.com) + * Copyright (C) 2017-2024 Fankes Studio(qzmmcn@163.com) * https://github.com/fankes/MIUINativeNotifyIcon * * This software is non-free but opensource software: you can redistribute it diff --git a/app/src/main/java/com/fankes/miui/notify/utils/tool/IconAdaptationTool.kt b/app/src/main/java/com/fankes/miui/notify/utils/tool/IconAdaptationTool.kt index 76475b1..73b9d0a 100644 --- a/app/src/main/java/com/fankes/miui/notify/utils/tool/IconAdaptationTool.kt +++ b/app/src/main/java/com/fankes/miui/notify/utils/tool/IconAdaptationTool.kt @@ -1,6 +1,6 @@ /* * MIUINativeNotifyIcon - Fix the native notification bar icon function abandoned by the MIUI development team. - * Copyright (C) 2017-2023 Fankes Studio(qzmmcn@163.com) + * Copyright (C) 2017-2024 Fankes Studio(qzmmcn@163.com) * https://github.com/fankes/MIUINativeNotifyIcon * * This software is non-free but opensource software: you can redistribute it diff --git a/app/src/main/java/com/fankes/miui/notify/utils/tool/IconRuleManagerTool.kt b/app/src/main/java/com/fankes/miui/notify/utils/tool/IconRuleManagerTool.kt index e6989cc..ce09df9 100644 --- a/app/src/main/java/com/fankes/miui/notify/utils/tool/IconRuleManagerTool.kt +++ b/app/src/main/java/com/fankes/miui/notify/utils/tool/IconRuleManagerTool.kt @@ -1,6 +1,6 @@ /* * MIUINativeNotifyIcon - Fix the native notification bar icon function abandoned by the MIUI development team. - * Copyright (C) 2017-2023 Fankes Studio(qzmmcn@163.com) + * Copyright (C) 2017-2024 Fankes Studio(qzmmcn@163.com) * https://github.com/fankes/MIUINativeNotifyIcon * * This software is non-free but opensource software: you can redistribute it diff --git a/app/src/main/java/com/fankes/miui/notify/utils/tool/SystemUITool.kt b/app/src/main/java/com/fankes/miui/notify/utils/tool/SystemUITool.kt index 3ec9642..265da75 100644 --- a/app/src/main/java/com/fankes/miui/notify/utils/tool/SystemUITool.kt +++ b/app/src/main/java/com/fankes/miui/notify/utils/tool/SystemUITool.kt @@ -1,6 +1,6 @@ /* * MIUINativeNotifyIcon - Fix the native notification bar icon function abandoned by the MIUI development team. - * Copyright (C) 2017-2023 Fankes Studio(qzmmcn@163.com) + * Copyright (C) 2017-2024 Fankes Studio(qzmmcn@163.com) * https://github.com/fankes/MIUINativeNotifyIcon * * This software is non-free but opensource software: you can redistribute it diff --git a/app/src/main/java/com/fankes/miui/notify/wrapper/BuildConfigWrapper.kt b/app/src/main/java/com/fankes/miui/notify/wrapper/BuildConfigWrapper.kt index 8aaf2c8..f42741d 100644 --- a/app/src/main/java/com/fankes/miui/notify/wrapper/BuildConfigWrapper.kt +++ b/app/src/main/java/com/fankes/miui/notify/wrapper/BuildConfigWrapper.kt @@ -1,6 +1,6 @@ /* * MIUINativeNotifyIcon - Fix the native notification bar icon function abandoned by the MIUI development team. - * Copyright (C) 2017-2023 Fankes Studio(qzmmcn@163.com) + * Copyright (C) 2017-2024 Fankes Studio(qzmmcn@163.com) * https://github.com/fankes/MIUINativeNotifyIcon * * This software is non-free but opensource software: you can redistribute it