From e86e5a1c3d747133517752b8daa7043be91c65bc Mon Sep 17 00:00:00 2001 From: klaus Date: Mon, 3 Aug 2026 18:21:42 +0900 Subject: [PATCH] =?UTF-8?q?chore(app):=20=EC=95=B1=20=EB=B2=84=EC=A0=84?= =?UTF-8?q?=EC=9D=84=201.56.0=EC=9C=BC=EB=A1=9C=20=EC=98=AC=EB=A6=B0?= =?UTF-8?q?=EB=8B=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 7eb45a81..639dc024 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -86,8 +86,8 @@ android { applicationId "kr.co.vividnext.sodalive" minSdk 23 targetSdk 35 - versionCode 243 - versionName "1.55.1" + versionCode 244 + versionName "1.56.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }