From 5ab068f4bf94a3203aac8e4fe7d3c787e7894142 Mon Sep 17 00:00:00 2001 From: m6z1 Date: Wed, 26 Mar 2025 01:03:02 +0900 Subject: [PATCH] =?UTF-8?q?build:=202.2.1=20=EB=B2=84=EC=A0=84=20=EC=97=85?= =?UTF-8?q?=EB=8D=B0=EC=9D=B4=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 5c1ef474..37fd025f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -15,8 +15,8 @@ android { applicationId "com.dongyang.android.youdongknowme" minSdk 24 targetSdk 34 - versionCode 14 - versionName "2.2.0" + versionCode 16 + versionName "2.2.1" buildConfigField "String", "BASE_URL", properties['BASE_URL'] testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"