Compare commits

..
2 Commits
Author SHA1 Message Date
zhanglei 3f0d1514e2 修改版本号 2025-07-10 14:33:32 +08:00
zhanglei f57420df58 修改icon 2025-07-10 13:44:54 +08:00
6 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -53,7 +53,7 @@
</queries> </queries>
<application <application
android:allowBackup="false" android:allowBackup="false"
android:icon="@mipmap/ic_launcher" android:icon="@mipmap/ic_icon"
android:label="@string/app_name" android:label="@string/app_name"
android:supportsRtl="true" android:supportsRtl="true"
android:taskAffinity="com.xjjk.healthexpertclient" android:taskAffinity="com.xjjk.healthexpertclient"
@@ -74,6 +74,7 @@ class SettingActivity: BaseActivity<SettingViewModel, ActivitySettingBinding>(R.
dialog?.show() dialog?.show()
UpdateBuilder.create().setUpdateParser(object : UpdateParser() { UpdateBuilder.create().setUpdateParser(object : UpdateParser() {
override fun parse(response: String?): Update { override fun parse(response: String?): Update {
dialog?.dismiss()
val resultBean: AppUpdateBean? = response.jsonToBean(AppUpdateBean::class.java) val resultBean: AppUpdateBean? = response.jsonToBean(AppUpdateBean::class.java)
val update = Update() val update = Update()
if(resultBean == null){ if(resultBean == null){
@@ -72,7 +72,7 @@
android:text="@string/setting_privacy_policy"/> android:text="@string/setting_privacy_policy"/>
<RelativeLayout <RelativeLayout
android:id="@+id/rl_version_update" android:id="@+id/rl_version_update"
android:background="@drawable/rectangle_bottom_gray_stroke_white" android:background="@color/white"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content"> android:layout_height="wrap_content">
<TextView <TextView
Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB

+2 -2
View File
@@ -2,8 +2,8 @@ ext {
minSdkVersion = 21 minSdkVersion = 21
targetSdkVersion = 32 targetSdkVersion = 32
compileSdkVersion = 32 compileSdkVersion = 32
versionCode = 13 versionCode = 100
versionName = "1.0.23" versionName = "1.0.0"
//Dependencies //Dependencies
junitVersion = "4.12" junitVersion = "4.12"
lifecycleVersion = "2.6.0-alpha01" lifecycleVersion = "2.6.0-alpha01"