diff --git a/account/build.gradle.kts b/account/build.gradle.kts index 3314217..c876717 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.5.0" + version = "1.5.1" // Enable the default target hierarchy. // It's a template for all possible targets and their shared source sets hardcoded in the