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