Skip to content

Commit

Permalink
升级版本
Browse files Browse the repository at this point in the history
  • Loading branch information
VIPyinzhiwei committed May 10, 2021
1 parent 4780712 commit 1460d49
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
5 changes: 5 additions & 0 deletions README-en.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ Can't load images? Attach [blog address][6]
- [Development assistant][13] Decompile application, extract application Apk, etc.

## Change Log
#### Version 1.0.2 ####
*2021-05-10*
* Update:Project dependency library is upgraded.
* Fix:Fixed some known issues.

#### Version 1.0.1 ####
*2021-04-27*
* Update: Project dependency library upgrade, code optimization, layout property optimization.
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@
- [开发助手][13] 反编译应用、提取应用 Apk 等

## 更新日志
#### Version 1.0.2 ####
*2021-05-10*
* 更新:项目依赖库升级。
* 修复:修复了一些已知问题。

#### Version 1.0.1 ####
*2021-04-27*
* 更新:项目依赖库升级、代码优化、布局属性优化。
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ android {
applicationId "com.eyepetizer.android"
minSdkVersion 21
targetSdkVersion 29
versionCode 2
versionName "1.0.1"
versionCode 3
versionName "1.0.2"
multiDexEnabled true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
ndk {
Expand Down
Binary file modified eyepetizer.apk
Binary file not shown.

0 comments on commit 1460d49

Please sign in to comment.