diff --git a/build.gradle.kts b/build.gradle.kts index 434d41e2..2dc4467c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -67,7 +67,7 @@ android { isMinifyEnabled = false isShrinkResources = false applicationIdSuffix = ".debug" - versionNameSuffix = "-alpha3" + versionNameSuffix = "-alpha4" resValue("string", "application_name", "Neo Store-Debug") manifestPlaceholders["appIcon"] = "@mipmap/ic_launcher_debug" manifestPlaceholders["appIconRound"] = "@mipmap/ic_launcher_round_debug" @@ -76,7 +76,7 @@ android { isMinifyEnabled = false isShrinkResources = false applicationIdSuffix = ".neo" - versionNameSuffix = "-alpha3" + versionNameSuffix = "-alpha4" resValue("string", "application_name", "Neo Store-alpha") manifestPlaceholders["appIcon"] = "@mipmap/ic_launcher_debug" manifestPlaceholders["appIconRound"] = "@mipmap/ic_launcher_round_debug"