Skip to content

andShine/update

Repository files navigation

Update

清晰灵活简单易用的android应用更新库

改自 https://github.com/czy1121/update

不同的地方

  1. 跳过md5验证
  2. 可设置,是否提示“已经是最新版了”
  3. 待更新...

使用步骤

Step 1. Add the JitPack repository to your build file

allprojects {	repositories {	...	maven { url 'https://jitpack.io' }	} } 

Step 2. Add the dependency

dependencies { compile 'com.github.andShine:update:1.2.2' } 

About

Android应用更新库(自用)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages