From 58e0c76eb51183794c4a7a26643ce114105f3df7 Mon Sep 17 00:00:00 2001 From: machiav3lli Date: Mon, 6 Jun 2022 03:01:12 +0200 Subject: [PATCH] 0.9.0-beta2 --- build.gradle.kts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 1af76af9..ec4e50cb 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -24,7 +24,7 @@ android { applicationId = "com.looker.droidify" minSdk = 23 targetSdk = 32 - versionCode = 905 + versionCode = 906 versionName = "0.9.0" vectorDrawables.useSupportLibrary = true @@ -71,7 +71,7 @@ android { isMinifyEnabled = false isShrinkResources = false applicationIdSuffix = ".debug" - versionNameSuffix = "-beta1" + versionNameSuffix = "-beta2" resValue("string", "application_name", "Neo Store-Debug") manifestPlaceholders["appIcon"] = "@mipmap/ic_launcher_debug" manifestPlaceholders["appIconRound"] = "@mipmap/ic_launcher_round_debug" @@ -80,8 +80,8 @@ android { isMinifyEnabled = false isShrinkResources = false applicationIdSuffix = ".neo" - versionNameSuffix = "-beta1" - resValue("string", "application_name", "Neo Store-alpha") + versionNameSuffix = "-beta2" + resValue("string", "application_name", "Neo Store-beta") manifestPlaceholders["appIcon"] = "@mipmap/ic_launcher_debug" manifestPlaceholders["appIconRound"] = "@mipmap/ic_launcher_round_debug" }