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 785cc00 commit ae7ba61Copy full SHA for ae7ba61
README.md
@@ -12,7 +12,7 @@
12

13
##使用步骤
14
###android studio导入
15
-`compile 'com.allenliu:checkversionlib:1.0.2'`(新增直接POSTSTRING方式请求接口)
+`compile 'com.allenliu:checkversionlib:1.0.3'`(新增直接POSTSTRING方式请求接口)
16
###如何使用
17
1.自定义service,service必须继承库的 `AVersionService `,实现其中的 `onResponses(AVersionService service, String response)`抽象方法,该方法
18
主要是请求版本接口的回调,由于不同的使用者版本检测接口返回数据类型不一致,所以你需要自定解析数据,然后判断版本号之后调用 `service.showVersionDialog(downloadUrl,updateMsg )`
0 commit comments