From 43b6496289fa46518ac5a3151820ceeebbdea2c3 Mon Sep 17 00:00:00 2001 From: klaus Date: Tue, 11 Aug 2026 18:53:30 +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.1=EB=A1=9C=20=EC=98=AC=EB=A6=B0=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 12f4b4b9..082605c4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -86,8 +86,8 @@ android { applicationId "kr.co.vividnext.sodalive" minSdk 23 targetSdk 35 - versionCode 245 - versionName "1.56.0" + versionCode 246 + versionName "1.56.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }