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

View File

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

View File

@ -64,6 +64,7 @@
></TextView>
<TextView
android:visibility="gone"
android:layout_toRightOf="@+id/tvType"
android:layout_centerHorizontal="true"
android:id="@+id/tvSj"

View File

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