From a334ff265d12f262fa182c0b18c49d35806b1907 Mon Sep 17 00:00:00 2001 From: EmilyCh0 Date: Tue, 17 Oct 2023 21:04:47 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=EB=B2=84=EC=A0=84=20=EC=BD=94=EB=93=9C?= =?UTF-8?q?,=20=EB=B2=84=EC=A0=84=20=EB=AA=85=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- android/festago/app/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/festago/app/build.gradle.kts b/android/festago/app/build.gradle.kts index c92b8aae2..dc9681903 100644 --- a/android/festago/app/build.gradle.kts +++ b/android/festago/app/build.gradle.kts @@ -20,8 +20,8 @@ android { applicationId = "com.festago.festago" minSdk = 28 targetSdk = 34 - versionCode = 3 - versionName = "1.0.1" + versionCode = 5 + versionName = "1.1.1" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"