We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2e2dae commit cf9daa0Copy full SHA for cf9daa0
SDK使用说明.md
@@ -9,9 +9,9 @@
9
- AndroidStuido 一台可以上网的电脑 Liunx/mac/windows
10
11
## 2, 项目引入
12
-当前使用model的bulid.gradle 最后加入
+当前使用model的bulid.gradle 最后加入 x.x.x为版本号请使用最新稳定版当前编写文档时最新版本1.0.1
13
```java
14
- compile 'org.yh.yhframe:WatchLib:1.0.0'
+ compile 'org.yh.yhframe:WatchLib:x.x.x'
15
```
16
## 3,配置
17
项目的bulid.gradle
@@ -71,4 +71,4 @@ Button ok;
71
[框架地址][1]
72
73
74
- [1]: https://github.com/android-coco/YhLibraryForAndroid
+ [1]: https://github.com/android-coco/YhLibraryForAndroid
0 commit comments