From 444310b1d8fa8112507260e2471197ea2f546629 Mon Sep 17 00:00:00 2001 From: machiav3lli Date: Thu, 7 Jul 2022 00:57:54 +0200 Subject: [PATCH] Release 0.9.0 --- build.gradle.kts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 8320be1c..ab988070 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -21,7 +21,7 @@ android { applicationId = "com.machiav3lli.fdroid" minSdk = 23 targetSdk = 32 - versionCode = 908 + versionCode = 909 versionName = "0.9.0" vectorDrawables.useSupportLibrary = true @@ -68,7 +68,6 @@ android { isMinifyEnabled = false isShrinkResources = false applicationIdSuffix = ".debug" - versionNameSuffix = "-rc2" resValue("string", "application_name", "Neo Store-Debug") manifestPlaceholders["appIcon"] = "@mipmap/ic_launcher_debug" manifestPlaceholders["appIconRound"] = "@mipmap/ic_launcher_round_debug" @@ -77,7 +76,6 @@ android { isMinifyEnabled = false isShrinkResources = false applicationIdSuffix = ".neo" - versionNameSuffix = "-rc2" resValue("string", "application_name", "Neo Store-beta") manifestPlaceholders["appIcon"] = "@mipmap/ic_launcher_debug" manifestPlaceholders["appIconRound"] = "@mipmap/ic_launcher_round_debug" @@ -85,7 +83,6 @@ android { named("release") { isMinifyEnabled = true isShrinkResources = true - versionNameSuffix = "-rc2" resValue("string", "application_name", "Neo Store") manifestPlaceholders["appIcon"] = "@mipmap/ic_launcher" manifestPlaceholders["appIconRound"] = "@mipmap/ic_launcher_round"