Skip to content

Commit 010296a

Browse files
committed
release 3.1.0
1 parent ecab794 commit 010296a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ UpdatePlugin主要基于对整个更新流程的梳理,针对更新流程中
2121
- 支持定制安装策略。比如在插件化、热修复环境下进行定制使用
2222
- 支持任意定制更新流程中的各种通知:检查到有更新时的通知、下载时的进度条通知、下载完成后安装之前的通知。
2323
- 支持定制后台任务重启逻辑
24+
- 当APK下载失败时,支持重启下载任务。
2425

2526
### 引入方式:
2627

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies {
2525
compile fileTree(dir: 'libs', include: ['*.jar'])
2626
testCompile 'junit:junit:4.12'
2727
compile project(':updatepluginlib')
28-
// compile 'com.github.yjfnypeu:UpdatePlugin:3.0.3'
28+
// compile 'com.github.yjfnypeu:UpdatePlugin:3.1.0'
2929
compile 'com.android.support:appcompat-v7:25.1.0'
3030
compile 'com.jakewharton:butterknife:8.5.1'
3131
annotationProcessor 'com.jakewharton:butterknife-compiler:8.5.1'

0 commit comments

Comments
 (0)