File tree Expand file tree Collapse file tree 2 files changed +19
-5
lines changed
Expand file tree Collapse file tree 2 files changed +19
-5
lines changed Original file line number Diff line number Diff 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
24252.在用到的项目中添加依赖
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+
202213https://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
206220http://t.cn/EvfKPR9
207221
208222## 运行本库提供的Demo
You can’t perform that action at this time.
0 commit comments