From 2f666154116d97e9d370f9d78e1848e23c26e6b5 Mon Sep 17 00:00:00 2001 From: youngjinc Date: Sun, 14 Jul 2024 10:20:05 +0900 Subject: [PATCH] =?UTF-8?q?[chore]=20=EB=B2=84=EC=A0=84=20=EC=BD=94?= =?UTF-8?q?=EB=93=9C=2038=20->=2039=EB=A1=9C=20=EC=97=85=EB=8D=B0=EC=9D=B4?= =?UTF-8?q?=ED=8A=B8?= 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 ecfb2f04..5abb70b5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -25,8 +25,8 @@ android { applicationId "com.hyeeyoung.wishboard" minSdkVersion 24 targetSdkVersion 34 - versionCode 38 - versionName "1.2.5" + versionCode 39 + versionName "1.2.6" compileSdk 34 testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"