This commit is contained in:
2021-12-13 15:37:29 +08:00
parent 93d08c8e4a
commit 04dd4abe9e
3 changed files with 19 additions and 3 deletions

View File

@@ -39,7 +39,7 @@ android {
targetSdkVersion 29
// multiDexEnabled true
versionCode 2
versionName "1.1.2"
versionName "1.1.3"
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
ndk {

View File

@@ -0,0 +1,18 @@
{
"version": 2,
"artifactType": {
"type": "APK",
"kind": "Directory"
},
"applicationId": "com.sl.HouseProperty",
"variantName": "release",
"elements": [
{
"type": "SINGLE",
"filters": [],
"versionCode": 2,
"versionName": "1.1.3",
"outputFile": "app-release.apk"
}
]
}

View File

@@ -148,7 +148,6 @@
<LinearLayout
android:id="@+id/lyfuwu"
android:layout_width="match_parent"
android:visibility="gone"
android:layout_height="40dp"
android:layout_marginTop="8dp"
android:layout_marginLeft="16dip"
@@ -179,7 +178,6 @@
android:id="@+id/lyyinsi"
android:layout_width="match_parent"
android:layout_height="40dp"
android:visibility="gone"
android:layout_marginTop="8dp"
android:layout_marginLeft="16dip"
android:gravity="center_vertical"