From cb0f88a644b66509c578424e1594209c07667960 Mon Sep 17 00:00:00 2001 From: b1urrrr <20190993@sungshin.ac.kr> Date: Fri, 16 Aug 2024 00:57:22 +0900 Subject: [PATCH] =?UTF-8?q?[MOD/#466]=20=EB=B2=84=EC=A0=84=EB=AA=85=202.3?= =?UTF-8?q?=20=EB=B2=84=EC=A0=84=20=EC=BD=94=EB=93=9C=2053=EC=9C=BC?= =?UTF-8?q?=EB=A1=9C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build-logic/convention/src/main/kotlin/Constants.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-logic/convention/src/main/kotlin/Constants.kt b/build-logic/convention/src/main/kotlin/Constants.kt index a04b332e..f2e0d6f1 100644 --- a/build-logic/convention/src/main/kotlin/Constants.kt +++ b/build-logic/convention/src/main/kotlin/Constants.kt @@ -3,7 +3,7 @@ object Constants { const val compileSdk = 34 const val minSdk = 28 const val targetSdk = 34 - const val versionCode = 52 - const val versionName = "2.2" + const val versionCode = 53 + const val versionName = "2.3" const val jvmVersion = "18" } \ No newline at end of file