mirror of
https://github.com/fankes/MIUINativeNotifyIcon.git
synced 2025-09-05 10:15:31 +08:00
Update version to 1.71,fix more bugs
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||
<br/><br/>
|
||||
<img src="https://github.com/fankes/MIUINativeNotifyIcon/blob/master/app/src/main/ic_launcher-playstore.png" width = "100" height = "100"/>
|
||||
<br/>
|
||||
@@ -12,7 +12,7 @@ Fix the native notification bar icon function abandoned by the MIUI development
|
||||
# 开始使用
|
||||
|
||||
点击下载最新版本
|
||||
<a href='https://github.com/fankes/MIUINativeNotifyIcon/releases'></a>
|
||||
<a href='https://github.com/fankes/MIUINativeNotifyIcon/releases'></a>
|
||||
<br/><br/>
|
||||
⚠️ 适配说明<br/>
|
||||
|
||||
@@ -35,6 +35,10 @@ Fix the native notification bar icon function abandoned by the MIUI development
|
||||
|
||||
- [CONTRIBUTING](https://github.com/fankes/MIUINativeNotifyIcon/blob/master/CONTRIBUTING.md)
|
||||
|
||||
# 通知测试工具
|
||||
|
||||
[点击下载](https://github.com/fankes/MIUINativeNotifyIcon/blob/master/tool/NotifyTester.apk)通知测试工具测试通知图标是否生效。
|
||||
|
||||
# 历史背景
|
||||
|
||||
这个模块诞生来源于 MIUI 的乱改和不规范,本来 MIUI 9 之后,官方给出了原生通知图标样式,后面由于用户反应通知栏经常出现黑白块。<br/><br/>
|
||||
|
@@ -5,8 +5,8 @@ plugins {
|
||||
}
|
||||
|
||||
ext {
|
||||
appVersionName = "1.7"
|
||||
appVersionCode = 15
|
||||
appVersionName = "1.71"
|
||||
appVersionCode = 16
|
||||
}
|
||||
|
||||
task clean(type: Delete) {
|
||||
|
BIN
tool/NotifyTester.apk
Normal file
BIN
tool/NotifyTester.apk
Normal file
Binary file not shown.
Reference in New Issue
Block a user