Skip to content

Commit 7d5704f

Browse files
committed
release 3.0.1
1 parent 8f45ef6 commit 7d5704f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ UpdatePlugin主要基于对整个更新流程的梳理,针对更新流程中
1111
### 特性
1212

1313
- 支持断点下载
14-
- 支持Android 7.+ 应用安装方式
14+
- 支持 [Android 8.0] 应用安装方式
1515
- 支持接入任意更新api
1616
- 支持强制更新、忽略此版本更新逻辑
1717
- 支持对apk进行安全检查,防止类似DNS劫持后被替换更新apk包的情况

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.0'
28+
// compile 'com.github.yjfnypeu:UpdatePlugin:3.0.1'
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)