Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3f0d1514e2 | ||
|
|
f57420df58 |
@@ -53,7 +53,7 @@
|
||||
</queries>
|
||||
<application
|
||||
android:allowBackup="false"
|
||||
android:icon="@mipmap/ic_launcher"
|
||||
android:icon="@mipmap/ic_icon"
|
||||
android:label="@string/app_name"
|
||||
android:supportsRtl="true"
|
||||
android:taskAffinity="com.xjjk.healthexpertclient"
|
||||
|
||||
@@ -74,6 +74,7 @@ class SettingActivity: BaseActivity<SettingViewModel, ActivitySettingBinding>(R.
|
||||
dialog?.show()
|
||||
UpdateBuilder.create().setUpdateParser(object : UpdateParser() {
|
||||
override fun parse(response: String?): Update {
|
||||
dialog?.dismiss()
|
||||
val resultBean: AppUpdateBean? = response.jsonToBean(AppUpdateBean::class.java)
|
||||
val update = Update()
|
||||
if(resultBean == null){
|
||||
|
||||
@@ -72,7 +72,7 @@
|
||||
android:text="@string/setting_privacy_policy"/>
|
||||
<RelativeLayout
|
||||
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_height="wrap_content">
|
||||
<TextView
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 4.2 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 67 KiB |
+2
-2
@@ -2,8 +2,8 @@ ext {
|
||||
minSdkVersion = 21
|
||||
targetSdkVersion = 32
|
||||
compileSdkVersion = 32
|
||||
versionCode = 13
|
||||
versionName = "1.0.23"
|
||||
versionCode = 100
|
||||
versionName = "1.0.0"
|
||||
//Dependencies
|
||||
junitVersion = "4.12"
|
||||
lifecycleVersion = "2.6.0-alpha01"
|
||||
|
||||
Reference in New Issue
Block a user