From b9c4fd7c4cf98dbd70c312510db2671aef365ef8 Mon Sep 17 00:00:00 2001 From: Juan Docal <109512072+kp-juan-docal@users.noreply.github.com> Date: Fri, 24 Nov 2023 10:46:15 +0100 Subject: [PATCH] Bump version to 1.4.6 (#10) --- account/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account/build.gradle.kts b/account/build.gradle.kts index 58c8893..58df1e5 100644 --- a/account/build.gradle.kts +++ b/account/build.gradle.kts @@ -38,7 +38,7 @@ android { @OptIn(org.jetbrains.kotlin.gradle.ExperimentalKotlinGradlePluginApi::class) kotlin { group = "com.kape.android" - version = "1.4.5" + version = "1.4.6" // Enable the default target hierarchy. // It's a template for all possible targets and their shared source sets hardcoded in the