GitHub - vhrers/UpdatePlugin: 可任意定制的app更新组件。

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Repository files navigation

UpdatePlugin ci Download

可任意定制的app更新组件。

引入方式:

加入jcenter依赖。

allprojects {
    repositories {
        jcenter()
    }
}
  • 在要使用的项目的build.gradle中。添加依赖:

LastestVersion= Download

dependencies {
    ...
    compile "org.lzh.nonview.updateplugin:UpdatePlugin:LastestVersion"
}

效果展示

  • 使用默认更新:

使用方式:

查看wiki

流程图

流程图中的UpdateWorker/UpdateParser/UpdateChecker等均为框架提供的对外接口,如需要对框架根据自己的业务需要进行定制,均可实现这些接口并设置到UpdateConfig或者UpdateBuilder中进行定制使用,

联系作者

email: 470368500@qq.com

安卓交流会所

或者手动加入QQ群: 108895031

About

可任意定制的app更新组件。

Resources

Readme

Activity

Stars

0 stars

Watchers

1 watching

Forks

0 forks

Languages

  • Java 100.0%