diff --git a/.idea/misc.xml b/.idea/misc.xml index e9456c7..328f1a0 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -51,7 +51,7 @@ - + diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 1d934a2..3ba72cc 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -11,8 +11,8 @@ android { applicationId = "ru.tech.easysearch" minSdk = 21 targetSdk = 31 - versionCode = 2 - versionName = "1.0.2" + versionCode = 3 + versionName = "1.0.5" } buildTypes { diff --git a/app/release/app-release.apk b/app/release/app-release.apk index b18c148..7e72b4d 100644 Binary files a/app/release/app-release.apk and b/app/release/app-release.apk differ diff --git a/app/release/output-metadata.json b/app/release/output-metadata.json index 7c22ee6..0112400 100644 --- a/app/release/output-metadata.json +++ b/app/release/output-metadata.json @@ -11,8 +11,8 @@ "type": "SINGLE", "filters": [], "attributes": [], - "versionCode": 2, - "versionName": "1.0.2", + "versionCode": 3, + "versionName": "1.0.5", "outputFile": "app-release.apk" } ],