From 747aac525561c12c95a86271ff6ff555a13a496c Mon Sep 17 00:00:00 2001 From: Juan Docal <109512072+kp-juan-docal@users.noreply.github.com> Date: Wed, 15 Nov 2023 10:22:53 +0100 Subject: [PATCH] Bump version to 1.4.5 (#8) --- 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 cec481a..58c8893 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.2" + version = "1.4.5" // Enable the default target hierarchy. // It's a template for all possible targets and their shared source sets hardcoded in the