From 606929fcb6ffe3a4e7ded95c980f2be58ae9bcfb Mon Sep 17 00:00:00 2001 From: machiav3lli Date: Wed, 29 Jun 2022 04:08:21 +0200 Subject: [PATCH] 0.9.0-rc1 --- build.gradle.kts | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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"