Android代码-AppUpdate

时间:2022-08-25 21:47:23
【文件属性】:

文件名称:Android代码-AppUpdate

文件大小:425KB

文件格式:ZIP

更新时间:2022-08-25 21:47:23

Android代码

AppUpdate 中文文档 android app update library Screenshots Usage setup Step 1. Add the JitPack repository to your build file Add it in your root build.gradle at the end of repositories: allprojects { repositories { ... maven { url 'https://jitpack.io' } } } Step 2. Add the dependency dependencies { compile 'com.github.fccaikai:AppUpdate:2.1.4' } usage UpdateWrapper updateWrapper = new UpdateWrapper.Builder(getApplicationContext()) /


网友评论