From 3499e8dba39e5bdbd055e00471512e5b43b961c3 Mon Sep 17 00:00:00 2001 From: unam Date: Thu, 20 Jun 2024 23:21:11 +0900 Subject: [PATCH] versionCode:22, versionName: 2.0.1 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"]