From bade8c73793ac012a02d6cf2331839aee5379829 Mon Sep 17 00:00:00 2001 From: machiav3lli Date: Fri, 13 May 2022 11:53:16 +0200 Subject: [PATCH] 0.9.0-beta1 --- build.gradle.kts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 4d2a232d..5bd8e752 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -22,7 +22,7 @@ android { applicationId = "com.looker.droidify" minSdk = 23 targetSdk = 32 - versionCode = 903 + versionCode = 905 versionName = "0.9.0" vectorDrawables.useSupportLibrary = true @@ -69,7 +69,7 @@ android { isMinifyEnabled = false isShrinkResources = false applicationIdSuffix = ".debug" - versionNameSuffix = "-alpha4" + versionNameSuffix = "-beta1" resValue("string", "application_name", "Neo Store-Debug") manifestPlaceholders["appIcon"] = "@mipmap/ic_launcher_debug" manifestPlaceholders["appIconRound"] = "@mipmap/ic_launcher_round_debug" @@ -78,7 +78,7 @@ android { isMinifyEnabled = false isShrinkResources = false applicationIdSuffix = ".neo" - versionNameSuffix = "-alpha4" + versionNameSuffix = "-beta1" resValue("string", "application_name", "Neo Store-alpha") manifestPlaceholders["appIcon"] = "@mipmap/ic_launcher_debug" manifestPlaceholders["appIconRound"] = "@mipmap/ic_launcher_round_debug"