Skip to content

Commit dfc8bf9

Browse files
author
Kale
committed
增加了测试结果
1 parent 0421ead commit dfc8bf9

File tree

2 files changed

+19
-5
lines changed

2 files changed

+19
-5
lines changed

README.md

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,30 @@ repositories {
1818
maven {
1919
url "https://jitpack.io"
2020
}
21+
maven { url "https://dl.bintray.com/thelasterstar/maven/" }
2122
}
2223
```
2324

2425
2.在用到的项目中添加依赖
2526

2627
**如果你用的是1.+的版本,即1.3.9之前**
2728

28-
> implementation'com.github.tianzhijiexian:ShareLoginLib:【你目前的版本】
29+
> implementation 'com.github.tianzhijiexian:ShareLoginLib:【你目前的版本】
2930
3031
> implementation 'com.github.tianzhijiexian:ShareLoginLib:adapter-SNAPSHOT'
3132
3233
**如果你用的是2.+的版本**
3334

34-
> implementation'com.github.tianzhijiexian:ShareLoginLib:[Latest release](https://github.com/tianzhijiexian/ShareLoginLib/releases/latest) (<- click it)
35+
> implementation 'com.github.tianzhijiexian:ShareLoginLib:[Latest release](https://github.com/tianzhijiexian/ShareLoginLib/releases/latest) (<- click it)
36+
37+
3.支持java8语法
38+
39+
```
40+
compileOptions {
41+
sourceCompatibility JavaVersion.VERSION_1_8
42+
targetCompatibility JavaVersion.VERSION_1_8
43+
}
44+
```
3545

3646
## 配置(库版本1.+)
3747

@@ -198,11 +208,15 @@ QQ空间| ✓ | ✓ | ✓
198208

199209
### 自动化测试
200210

201-
代码地址:
211+
测试代码:
212+
202213
https://github.com/tianzhijiexian/ShareLoginLib/tree/master/app/src/androidTest/java/com/liulishuo/engzo
203214

204-
视频地址:
205-
http://t.cn/EvcxDMx
215+
执行结果:
216+
217+
![](./screenshot/login_test_report.jpg)
218+
219+
http://t.cn/EvcxDMx
206220
http://t.cn/EvfKPR9
207221

208222
## 运行本库提供的Demo

screenshot/login_test_report.jpg

157 KB
Loading

0 commit comments

Comments
 (0)