From d46ca61f56e1fc9ff350c3fff3ae0a0828a10bb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E5=96=84=E6=98=8E?= Date: Mon, 4 Sep 2017 13:11:48 +0800 Subject: [PATCH] add SNAPSHOT --- README-zh.md | 5 +++++ README.md | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/README-zh.md b/README-zh.md index 8222c75..734b2e7 100644 --- a/README-zh.md +++ b/README-zh.md @@ -56,6 +56,11 @@ allprojects { } } +`SNAPSHOT` +dependencies { + compile 'com.github.yaming116:UpdateApp:1.0.4-SNAPSHOT' +} + dependencies { compile 'com.github.yaming116:UpdateApp:1.0.2' } diff --git a/README.md b/README.md index b8c302c..0fce737 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,11 @@ allprojects { dependencies { compile 'com.github.yaming116:UpdateApp:1.0.3' } + +`SNAPSHOT` +dependencies { + compile 'com.github.yaming116:UpdateApp:1.0.4-SNAPSHOT' +} ``` License