Skip to content

Commit

Permalink
升级版本
Browse files Browse the repository at this point in the history
  • Loading branch information
VIPyinzhiwei committed May 14, 2021
1 parent e619077 commit 8937c4b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 35 deletions.
20 changes: 3 additions & 17 deletions README-en.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,22 +46,7 @@ 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.
* Update: kotlin-android-extensions plugin migrated to view binding.
* Update: replace SharedPreferences, Retrofit self extensions.
* Fix: page lag problem caused by loading font resources.
* Fix: Incomplete text display at the bottom of login page.

#### Version 1.0.0 ####
*2020-06-21*
* Initial release.
[View Release History Update Log][32]

## About me
- RealName : YinZhiWei
Expand Down Expand Up @@ -143,4 +128,5 @@ limitations under the License.
[28]:https://github.com/Tencent/VasSonic
[29]:https://github.com/square/leakcanary
[30]:https://github.com/Kotlin/kotlinx.coroutines
[31]:https://www.wandoujia.com/apps/6619883/history
[31]:https://www.wandoujia.com/apps/6619883/history
[32]:https://github.com/VIPyinzhiwei/Eyepetizer/releases
18 changes: 2 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,22 +46,7 @@
- [开发助手][13] 反编译应用、提取应用 Apk 等

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

#### Version 1.0.1 ####
*2021-04-27*
* 更新:项目依赖库升级、代码优化、布局属性优化。
* 更新:kotlin-android-extensions 插件迁移到视图绑定。
* 更新:替换 SharedPreferences、Retrofit 自带扩展函数。
* 修复:加载字体资源导致的页面卡顿问题。
* 修复:登录页底部文字显示不全问题。

#### Version 1.0.0 ####
*2020-06-21*
* 首次发布版本。
[查看发布历史更新日志][32]

## 关于我
- RealName : 殷志威
Expand Down Expand Up @@ -144,3 +129,4 @@ limitations under the License.
[29]:https://github.com/square/leakcanary
[30]:https://github.com/Kotlin/kotlinx.coroutines
[31]:https://www.wandoujia.com/apps/6619883/history
[32]:https://github.com/VIPyinzhiwei/Eyepetizer/releases
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 3
versionName "1.0.2"
versionCode 4
versionName "1.0.3"
multiDexEnabled true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
ndk {
Expand Down
Binary file modified eyepetizer.apk
Binary file not shown.

0 comments on commit 8937c4b

Please sign in to comment.