From 22becd9a2b127102f1d0501ea0fad4031c50e304 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=B1=84=ED=98=84?= Date: Wed, 23 Oct 2024 16:24:01 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=EB=B2=84=EC=A0=84=20=EC=97=85?= =?UTF-8?q?=EB=8D=B0=EC=9D=B4=ED=8A=B8=20(#628)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- android/app/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/app/build.gradle.kts b/android/app/build.gradle.kts index cae392923..1e147bdb1 100644 --- a/android/app/build.gradle.kts +++ b/android/app/build.gradle.kts @@ -29,8 +29,8 @@ android { applicationId = "com.zzang.chongdae" minSdk = 26 targetSdk = 34 - versionCode = 6 - versionName = "1.1.4" + versionCode = 7 + versionName = "1.2.0" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunnerArguments["runnerBuilder"] =