From 074c945008ca3b9ed50bdefae1e3d98029c53fb6 Mon Sep 17 00:00:00 2001 From: klaus Date: Mon, 20 Jul 2026 15:41:48 +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.55.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 ee3113c3..7eb45a81 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -86,8 +86,8 @@ android { applicationId "kr.co.vividnext.sodalive" minSdk 23 targetSdk 35 - versionCode 242 - versionName "1.55.0" + versionCode 243 + versionName "1.55.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }