diff --git a/README.md b/README.md index 6120182..c7645d0 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ There are two ways: } // Add the dependency dependencies { - compile 'com.github.a-voyager:AutoInstaller:ea0c990b9e' + compile 'com.github.a-voyager:AutoInstaller:v1.0' } ``` diff --git a/README_zh.md b/README_zh.md index 4b37d0d..b448918 100644 --- a/README_zh.md +++ b/README_zh.md @@ -33,7 +33,7 @@ } // 在App目录 build.gradle 添加依赖 dependencies { - compile 'com.github.a-voyager:AutoInstaller:ea0c990b9e' + compile 'com.github.a-voyager:AutoInstaller:v1.0' } ```