From f6dd4c7de88e5ff4c6bf94cf67ae4298b38e8adb Mon Sep 17 00:00:00 2001 From: youngjinc Date: Wed, 1 Jun 2022 19:47:14 +0900 Subject: [PATCH] =?UTF-8?q?[chore]=20=EB=B2=84=EC=A0=84=20=EC=BD=94?= =?UTF-8?q?=EB=93=9C=20=EB=B0=8F=20=EB=B2=84=EC=A0=84=EB=AA=85=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= 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 7927a0ae..3a96d283 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -26,8 +26,8 @@ android { applicationId "com.hyeeyoung.wishboard" minSdkVersion 22 targetSdkVersion 32 - versionCode 8 - versionName "1.0.0.1" + versionCode 9 + versionName "1.0.0.2" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" buildConfigField "String", "BASE_URL", properties["ec2.url"]