new episode info view & viewbinding GC
This commit is contained in:
parent
656412b5e2
commit
64e3e64d21
|
@ -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 {
|
||||
|
|
|
@ -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
|
Loading…
Reference in New Issue