app更新升级工具
dependencies {
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'com.squareup.okhttp3:okhttp:4.8.1'
implementation 'org.greenrobot:eventbus:3.1.1'
implementation 'com.github.tomxukui:Upgrade:1.0.4'
}
- 基于CheckVersionLib改造的库
- 原版传送门