From 170119db828525856df2d265fe573b36d55c50f7 Mon Sep 17 00:00:00 2001 From: yeoncheong Date: Thu, 19 Oct 2023 20:14:18 +0900 Subject: [PATCH] =?UTF-8?q?[Setting]=20=EB=B2=84=EC=A0=84=EC=BD=94?= =?UTF-8?q?=EB=93=9C,=20=EB=B2=84=EC=A0=84=EB=84=A4=EC=9E=84=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 05d2ab3f..422e7e0a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -19,8 +19,8 @@ android { applicationId "com.ubcompany.umbba_android" minSdk 26 targetSdk 33 - versionCode 1 - versionName "1.0" + versionCode 2 + versionName "1.1.0" renderscriptTargetApi 19 renderscriptSupportModeEnabled true testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"