Update version 0.7.6

This commit is contained in:
Ash 2022-04-29 01:57:33 +08:00
parent d2a315f50d
commit c9a84d957b
4 changed files with 16 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

View File

@ -21,8 +21,8 @@ android {
applicationId "me.ash.reader"
minSdk 26
targetSdk 32
versionCode 7
versionName "0.7.5"
versionCode 8
versionName "0.7.6"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {

View File

@ -0,0 +1,7 @@
## 0.7.6
1. Separate ViewPager.
2. Merge notifications by feeds.
3. No longer download update files, but jump to release page.

View File

@ -0,0 +1,7 @@
## 0.7.6
1. 分离滑动组。
2. 按订阅源合并通知。
3. 不再下载更新文件,而是跳转至发布页面。