From a3bfa48924bfcad410ddaceae68f23d546876459 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9E=84=EA=B0=80=EB=9E=8C?= <84944117+ImGaram@users.noreply.github.com> Date: Fri, 20 Oct 2023 10:22:52 +0900 Subject: [PATCH] =?UTF-8?q?:rocket:=20::=20=EC=84=9C=EB=B2=84=20=EC=9D=B4?= =?UTF-8?q?=EC=A0=84(version:=201.2.3)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- presentation/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/presentation/build.gradle.kts b/presentation/build.gradle.kts index 0eee54db..f76f9ed5 100644 --- a/presentation/build.gradle.kts +++ b/presentation/build.gradle.kts @@ -17,8 +17,8 @@ android { applicationId = "com.goms.presentation" minSdk = 26 targetSdk = 33 - versionCode = 10 - versionName = "1.2.2" + versionCode = 11 + versionName = "1.2.3" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"