From e70e07576dc8e583a019dd177f64366b2aad0d3f Mon Sep 17 00:00:00 2001 From: unam Date: Sun, 23 Jun 2024 17:00:16 +0900 Subject: [PATCH] =?UTF-8?q?versionCode:=2022,=20versionName:=202.0.1=20?= =?UTF-8?q?=EB=B0=B0=ED=8F=AC?= 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 866c663c..5378b09e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -29,8 +29,8 @@ android { applicationId "com.runnect.runnect" minSdk 28 targetSdk 33 - versionCode 21 - versionName "2.0.0" + versionCode 22 + versionName "2.0.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" buildConfigField "String", "RUNNECT_DEV_URL", properties["RUNNECT_DEV_URL"]