diff --git a/build.gradle.kts b/build.gradle.kts index 5c42ae42..c0cfc1e3 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -24,7 +24,7 @@ android { applicationId = "com.looker.droidify" minSdk = 23 targetSdk = 32 - versionCode = 906 + versionCode = 907 versionName = "0.9.0" vectorDrawables.useSupportLibrary = true @@ -71,7 +71,7 @@ android { isMinifyEnabled = false isShrinkResources = false applicationIdSuffix = ".debug" - versionNameSuffix = "-beta2" + versionNameSuffix = "-rc1" resValue("string", "application_name", "Neo Store-Debug") manifestPlaceholders["appIcon"] = "@mipmap/ic_launcher_debug" manifestPlaceholders["appIconRound"] = "@mipmap/ic_launcher_round_debug" @@ -80,7 +80,7 @@ android { isMinifyEnabled = false isShrinkResources = false applicationIdSuffix = ".neo" - versionNameSuffix = "-beta2" + versionNameSuffix = "-rc1" resValue("string", "application_name", "Neo Store-beta") manifestPlaceholders["appIcon"] = "@mipmap/ic_launcher_debug" manifestPlaceholders["appIconRound"] = "@mipmap/ic_launcher_round_debug" @@ -88,6 +88,7 @@ android { named("release") { isMinifyEnabled = true isShrinkResources = true + versionNameSuffix = "-rc1" resValue("string", "application_name", "Neo Store") manifestPlaceholders["appIcon"] = "@mipmap/ic_launcher" manifestPlaceholders["appIconRound"] = "@mipmap/ic_launcher_round"