From a883f9e2d3d058cb6d86cfb1290ca5fc85c0cb26 Mon Sep 17 00:00:00 2001 From: machiav3lli Date: Sun, 17 Apr 2022 04:03:43 +0200 Subject: [PATCH] 0.9.0-alpha4 --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"