Skip to content

Commit

Permalink
增加了测试结果
Browse files Browse the repository at this point in the history
  • Loading branch information
Kale committed Sep 17, 2018
1 parent 0421ead commit dfc8bf9
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 5 deletions.
24 changes: 19 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,30 @@ repositories {
maven {
url "https://jitpack.io"
}
maven { url "https://dl.bintray.com/thelasterstar/maven/" }
}
```

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

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

> implementation'com.github.tianzhijiexian:ShareLoginLib:【你目前的版本】
> implementation 'com.github.tianzhijiexian:ShareLoginLib:【你目前的版本】
> implementation 'com.github.tianzhijiexian:ShareLoginLib:adapter-SNAPSHOT'
**如果你用的是2.+的版本**

> implementation'com.github.tianzhijiexian:ShareLoginLib:[Latest release](https://github.com/tianzhijiexian/ShareLoginLib/releases/latest) (<- click it)
> implementation 'com.github.tianzhijiexian:ShareLoginLib:[Latest release](https://github.com/tianzhijiexian/ShareLoginLib/releases/latest) (<- click it)
3.支持java8语法

```
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
```

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

Expand Down Expand Up @@ -198,11 +208,15 @@ QQ空间| ✓ | ✓ | ✓

### 自动化测试

代码地址:
测试代码:

https://github.com/tianzhijiexian/ShareLoginLib/tree/master/app/src/androidTest/java/com/liulishuo/engzo

视频地址:
http://t.cn/EvcxDMx
执行结果:

![](./screenshot/login_test_report.jpg)

http://t.cn/EvcxDMx
http://t.cn/EvfKPR9

## 运行本库提供的Demo
Expand Down
Binary file added screenshot/login_test_report.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit dfc8bf9

Please sign in to comment.