From 212df9725108c5a0bb92067ff7edc0f6e05b3462 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=98=BF=E9=BB=84?= <142729a00pv.cdb@sina.cn> Date: Thu, 25 Jan 2018 15:50:42 +0800 Subject: [PATCH 1/3] VersionUpdateService MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 增加通知栏字体颜色的修改 android:textColor="#333333" --- VersionUpdateService | 92 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 92 insertions(+) create mode 100644 VersionUpdateService diff --git a/VersionUpdateService b/VersionUpdateService new file mode 100644 index 0000000..6e789d5 --- /dev/null +++ b/VersionUpdateService @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + From b15761ca945ae7451bcaa144187605e8a1d3b0b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=98=BF=E9=BB=84?= <142729a00pv.cdb@sina.cn> Date: Thu, 25 Jan 2018 15:57:13 +0800 Subject: [PATCH 2/3] layout_notifi.xml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 通知栏字体颜色修改,默认黑色 --- layout_notifi.xml | 92 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 92 insertions(+) create mode 100644 layout_notifi.xml diff --git a/layout_notifi.xml b/layout_notifi.xml new file mode 100644 index 0000000..48421d4 --- /dev/null +++ b/layout_notifi.xml @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file From b315094b82af026d045476fc216b1ad8ef2ca32d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=98=BF=E9=BB=84?= <142729a00pv.cdb@sina.cn> Date: Mon, 28 Jan 2019 11:43:49 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E7=89=88=E6=9C=AC=E8=BF=AD=E4=BB=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 版本迭代 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f4a1cdf..822c1f6 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ![image](http://img.blog.csdn.net/20170523162052660?watermark/2/text/aHR0cDovL2Jsb2cuY3Nkbi5uZXQvYTE1MzM1ODg4Njc=/font/5a6L5L2T/fontsize/400/fill/I0JBQkFCMA==/dissolve/70/gravity/SouthEast) ## 1.添加依赖 - compile 'com.androidkun:xversionupdate:1.0.5' + compile 'com.androidkun:xversionupdate:1.0.8' ## 2.调用APII实现版本更新