File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ UpdatePlugin主要基于对整个更新流程的梳理,针对更新流程中
11
11
### 特性
12
12
13
13
- 支持断点下载
14
- - 支持Android 7.+ 应用安装方式
14
+ - 支持 [ Android 8.0 ] 应用安装方式
15
15
- 支持接入任意更新api
16
16
- 支持强制更新、忽略此版本更新逻辑
17
17
- 支持对apk进行安全检查,防止类似DNS劫持后被替换更新apk包的情况
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ dependencies {
25
25
compile fileTree(dir : ' libs' , include : [' *.jar' ])
26
26
testCompile ' junit:junit:4.12'
27
27
compile project(' :updatepluginlib' )
28
- // compile 'com.github.yjfnypeu:UpdatePlugin:3.0.0 '
28
+ // compile 'com.github.yjfnypeu:UpdatePlugin:3.0.1 '
29
29
compile ' com.android.support:appcompat-v7:25.1.0'
30
30
compile ' com.jakewharton:butterknife:8.5.1'
31
31
annotationProcessor ' com.jakewharton:butterknife-compiler:8.5.1'
You can’t perform that action at this time.
0 commit comments