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