From f50f987282798d4a60309352cb793b8e7d4e8153 Mon Sep 17 00:00:00 2001 From: klaus Date: Mon, 3 Aug 2026 23:04:16 +0900 Subject: [PATCH] =?UTF-8?q?chore(app):=20=EC=95=B1=20=EB=B2=84=EC=A0=84=20?= =?UTF-8?q?=EC=BD=94=EB=93=9C=EB=A5=BC=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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 639dc024..4d8cd601 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -86,7 +86,7 @@ android { applicationId "kr.co.vividnext.sodalive" minSdk 23 targetSdk 35 - versionCode 244 + versionCode 245 versionName "1.56.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }