Skip to content

Commit ae7ba61

Browse files
authored
Update README.md
1 parent 785cc00 commit ae7ba61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
![](https://github.com/AlexLiuSheng/CheckVersionLib/blob/master/gif/version.gif)
1313
##使用步骤
1414
###android studio导入
15-
`compile 'com.allenliu:checkversionlib:1.0.2'`(新增直接POSTSTRING方式请求接口)
15+
`compile 'com.allenliu:checkversionlib:1.0.3'`(新增直接POSTSTRING方式请求接口)
1616
###如何使用
1717
1.自定义service,service必须继承库的 `AVersionService `,实现其中的 `onResponses(AVersionService service, String response)`抽象方法,该方法
1818
主要是请求版本接口的回调,由于不同的使用者版本检测接口返回数据类型不一致,所以你需要自定解析数据,然后判断版本号之后调用 `service.showVersionDialog(downloadUrl,updateMsg )`

0 commit comments

Comments
 (0)