From e5dee9527909bdb8a3674efc8e987bc53960e270 Mon Sep 17 00:00:00 2001 From: yaming116 Date: Thu, 21 Jul 2016 16:28:36 +0800 Subject: [PATCH] update to 1.0.2 --- CHANGELOG.md | 3 ++- README-zh.md | 2 +- README.md | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a59bcfe..cceaac7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,9 @@ ## 1.0.2 -_2016-xx-xx_ +_2016-07-21_ * add isSendBroadcast Whether to send broadcast +* replace v7 NotificationCompat to v4 ## 1.0.1 diff --git a/README-zh.md b/README-zh.md index 6f4d227..8222c75 100644 --- a/README-zh.md +++ b/README-zh.md @@ -57,7 +57,7 @@ allprojects { } dependencies { - compile 'com.github.yaming116:UpdateApp:1.0.1' + compile 'com.github.yaming116:UpdateApp:1.0.2' } ``` diff --git a/README.md b/README.md index f03a589..3a21d83 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ allprojects { } dependencies { - compile 'com.github.yaming116:UpdateApp:1.0.1' + compile 'com.github.yaming116:UpdateApp:1.0.2' } ```