From e74a6f966f2f1196bfe61047fd8423e5197e7d35 Mon Sep 17 00:00:00 2001 From: ACh Sulfate <40174090+cinit@users.noreply.github.com> Date: Mon, 2 Oct 2023 14:17:26 +0800 Subject: [PATCH] bump version 1.4.5 --- build-logic/convention/src/main/kotlin/Version.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-logic/convention/src/main/kotlin/Version.kt b/build-logic/convention/src/main/kotlin/Version.kt index 4ef6f50897..a1d9103ae6 100644 --- a/build-logic/convention/src/main/kotlin/Version.kt +++ b/build-logic/convention/src/main/kotlin/Version.kt @@ -10,7 +10,7 @@ object Version { val buildToolsVersion = findBuildToolsVersion() const val minSdk = 24 const val targetSdk = 34 - const val versionName = "1.4.4" + const val versionName = "1.4.5" private const val defaultNdkVersion = "25.1.8937393" private const val defaultCMakeVersion = "3.22.1"