new episode info view & viewbinding GC

This commit is contained in:
Xilin Jia 2024-03-23 12:30:54 +00:00
parent 656412b5e2
commit 64e3e64d21
2 changed files with 9 additions and 2 deletions

View File

@ -149,8 +149,8 @@ android {
// Version code schema (not used):
// "1.2.3-beta4" -> 1020304
// "1.2.3" -> 1020395
versionCode 3020112
versionName "4.3.1"
versionCode 3020113
versionName "4.3.2"
def commit = ""
try {

View File

@ -0,0 +1,7 @@
Version 4.3.2 brings several changes:
* further optimized efficiencies of episode info view
* episode info view opened from icon is now the same as that opened from title area, no long supports horizontal swipes (change from 4.2.7)
* enhanced viewbingding GC
* some code cleaning