Compare commits

...

2 Commits

Author SHA1 Message Date
Max
842bf98958 feat:修改版本号 2024-02-26 20:46:15 +08:00
Max
f110a47c0e fix:修复房间banner详情页图标展示错误问题 2024-02-26 17:14:12 +08:00
2 changed files with 3 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ class RoomBannerTabAdapter :
private var selectedPosition = -1
override fun convert(helper: BaseViewHolder, item: RoomIcon?) {
helper.getView<ImageView>(R.id.iv_content).load(item?.icon)
helper.getView<ImageView>(R.id.iv_content).load(item?.url)
convertState(helper, item)
}

View File

@@ -31,8 +31,8 @@ COMPILE_SDK_VERSION=33
MIN_SDK_VERSION=21
TARGET_SDK_VERSION=33
version_name=2.5.0
version_code=2500
version_name=2.6.1
version_code=2601
#systemProp.https.proxyHost=127.0.0.1
#systemProp.https.proxyPort=7890