From 4e8df5ea94e5de4a1f301518e73d081fcbec9d09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=E1=B4=87C=E1=B4=8F=E1=B4=85=E1=B4=87s2=E1=B4=8D=E1=B4=9C?= =?UTF-8?q?=E1=B4=84=CA=9C?= Date: Tue, 21 May 2024 08:25:28 +0100 Subject: [PATCH] chore(release): prepare for version 0.0.6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: HᴇCᴏᴅᴇs2ᴍᴜᴄʜ --- app/build.gradle.kts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 540d495..7c6a032 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -16,8 +16,8 @@ android { applicationId = "app.easy.launcher" minSdk = 24 targetSdk = 34 - versionCode = 5 - versionName = "0.0.5" + versionCode = 6 + versionName = "0.0.6" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" } @@ -108,4 +108,4 @@ dependencies { //color picker implementation("net.mm2d.color-chooser:color-chooser:0.7.3") -} \ No newline at end of file +}