diff --git a/app/build.gradle b/app/build.gradle index 38b31f3..ad00e28 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 { diff --git a/app/release/output-metadata.json b/app/release/output-metadata.json new file mode 100644 index 0000000..6f06e1b --- /dev/null +++ b/app/release/output-metadata.json @@ -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" + } + ] +} \ No newline at end of file diff --git a/app/src/main/res/layout/activity_login.xml b/app/src/main/res/layout/activity_login.xml index b51b0b4..38a3459 100644 --- a/app/src/main/res/layout/activity_login.xml +++ b/app/src/main/res/layout/activity_login.xml @@ -148,7 +148,6 @@