Skip to content

Commit

Permalink
release 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yjfnypeu committed Apr 4, 2018
1 parent 8f45ef6 commit 7d5704f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ UpdatePlugin主要基于对整个更新流程的梳理,针对更新流程中
### 特性

- 支持断点下载
- 支持Android 7.+ 应用安装方式
- 支持 [Android 8.0] 应用安装方式
- 支持接入任意更新api
- 支持强制更新、忽略此版本更新逻辑
- 支持对apk进行安全检查,防止类似DNS劫持后被替换更新apk包的情况
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile 'junit:junit:4.12'
compile project(':updatepluginlib')
// compile 'com.github.yjfnypeu:UpdatePlugin:3.0.0'
// compile 'com.github.yjfnypeu:UpdatePlugin:3.0.1'
compile 'com.android.support:appcompat-v7:25.1.0'
compile 'com.jakewharton:butterknife:8.5.1'
annotationProcessor 'com.jakewharton:butterknife-compiler:8.5.1'
Expand Down

0 comments on commit 7d5704f

Please sign in to comment.