We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecab794 commit 010296aCopy full SHA for 010296a
README.md
@@ -21,6 +21,7 @@ UpdatePlugin主要基于对整个更新流程的梳理,针对更新流程中
21
- 支持定制安装策略。比如在插件化、热修复环境下进行定制使用
22
- 支持任意定制更新流程中的各种通知:检查到有更新时的通知、下载时的进度条通知、下载完成后安装之前的通知。
23
- 支持定制后台任务重启逻辑
24
+- 当APK下载失败时,支持重启下载任务。
25
26
### 引入方式:
27
app/build.gradle
@@ -25,7 +25,7 @@ dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile 'junit:junit:4.12'
compile project(':updatepluginlib')
28
-// compile 'com.github.yjfnypeu:UpdatePlugin:3.0.3'
+// compile 'com.github.yjfnypeu:UpdatePlugin:3.1.0'
29
compile 'com.android.support:appcompat-v7:25.1.0'
30
compile 'com.jakewharton:butterknife:8.5.1'
31
annotationProcessor 'com.jakewharton:butterknife-compiler:8.5.1'
0 commit comments