Skip to content

zomll/UpdatePlugin

 
 

Repository files navigation

UpdatePlugin ci Download

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

引入方式:

加入jcenter依赖。

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

LastestVersion= Download

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

效果展示

请通过下载此demo.apk进行体验

使用方式:

请访问wiki查看具体使用方法

联系作者

email: [email protected]

安卓交流会所

或者手动加入QQ群: 108895031

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%