diff --git a/app/build.gradle b/app/build.gradle index 4bacb14..e16e390 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { applicationId "com.uns.maincar" minSdk 26 targetSdk 32 - versionCode 21 - versionName '2.1.0' + versionCode 22 + versionName '2.1.1' testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" externalNativeBuild { @@ -18,7 +18,7 @@ android { cppFlags '' } } - versionNameSuffix 'alpha' + versionNameSuffix 'beta' } buildTypes { diff --git a/app/release/app-release.apk b/app/release/app-release.apk index 8aeae00..ddf77a7 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 fc8d67b..6bcd1e7 100644 --- a/app/release/output-metadata.json +++ b/app/release/output-metadata.json @@ -11,8 +11,8 @@ "type": "SINGLE", "filters": [], "attributes": [], - "versionCode": 21, - "versionName": "2.1.0alpha", + "versionCode": 22, + "versionName": "2.1.1beta", "outputFile": "app-release.apk" } ], diff --git a/app/src/main/res/layout/activity_main.xml b/app/src/main/res/layout/activity_main.xml index 70b33c3..cc8261d 100644 --- a/app/src/main/res/layout/activity_main.xml +++ b/app/src/main/res/layout/activity_main.xml @@ -237,7 +237,7 @@