1.1.3
This commit is contained in:
parent
51c9f0e187
commit
c208e99376
@ -10,9 +10,9 @@
|
|||||||
{
|
{
|
||||||
"type": "SINGLE",
|
"type": "SINGLE",
|
||||||
"filters": [],
|
"filters": [],
|
||||||
"versionCode": 4,
|
"versionCode": 5,
|
||||||
"versionName": "1.0.4",
|
"versionName": "1.0.5",
|
||||||
"outputFile": "企业端正式_release_1.0.4_202204041207.apk"
|
"outputFile": "企业端正式_release_1.0.5_202204041239.apk"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
@ -28,6 +28,7 @@
|
|||||||
android:textStyle="bold"></TextView>
|
android:textStyle="bold"></TextView>
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
|
android:visibility="gone"
|
||||||
android:id="@+id/tvTime"
|
android:id="@+id/tvTime"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
@ -64,6 +64,7 @@
|
|||||||
></TextView>
|
></TextView>
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
|
android:visibility="gone"
|
||||||
android:layout_toRightOf="@+id/tvType"
|
android:layout_toRightOf="@+id/tvType"
|
||||||
android:layout_centerHorizontal="true"
|
android:layout_centerHorizontal="true"
|
||||||
android:id="@+id/tvSj"
|
android:id="@+id/tvSj"
|
||||||
|
@ -40,8 +40,8 @@ project.ext {
|
|||||||
applicationId : "com.dahe.pass",
|
applicationId : "com.dahe.pass",
|
||||||
minSdkVersion : 21,
|
minSdkVersion : 21,
|
||||||
targetSdkVersion : 30,
|
targetSdkVersion : 30,
|
||||||
versionCode : 4,
|
versionCode : 5,
|
||||||
versionName : "1.0.4",
|
versionName : "1.0.5",
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"appcompat-v7" : "com.android.support:appcompat-v7:${SupportVersion}",
|
"appcompat-v7" : "com.android.support:appcompat-v7:${SupportVersion}",
|
||||||
|
Loading…
Reference in New Issue
Block a user