This commit is contained in:
lijia 2022-04-04 12:47:34 +08:00
parent 51c9f0e187
commit c208e99376
4 changed files with 7 additions and 5 deletions

View File

@ -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"
} }
] ]
} }

View File

@ -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"

View File

@ -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"

View File

@ -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}",