Skip to content

Commit

Permalink
Release 3.2.1-patch
Browse files Browse the repository at this point in the history
1.修复高版本安卓底栏动画问题
2.调整页面切换动画速度
3.修复分类视图返回上级页面自动回到顶部的问题
4.修改未选择游戏时分类视图为空视图
5.分类视图文件条目添加已开启数量统计

patch.紧急修复安卓9扫描异常问题
  • Loading branch information
lings03 committed Nov 16, 2024
1 parent da9076f commit 8c040ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ android {
minSdk = 28
targetSdk = 35
versionCode = 32
versionName = "3.2.1"
versionName = "3.2.1-patch"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down

0 comments on commit 8c040ef

Please sign in to comment.