可任意定制的app更新组件。
加入jcenter依赖。
allprojects {
repositories {
jcenter()
}
}
- 在要使用的项目的build.gradle中。添加依赖:
dependencies {
...
compile "org.lzh.nonview.updateplugin:UpdatePlugin:LastestVersion"
}
- 使用默认更新:
流程图中的UpdateWorker/UpdateParser/UpdateChecker等均为框架提供的对外接口,如需要对框架根据自己的业务需要进行定制,均可实现这些接口并设置到UpdateConfig或者UpdateBuilder中进行定制使用,
email: [email protected]
或者手动加入QQ群: 108895031