From 5c33a04b63ad69446a0d073f118093b2cb66d739 Mon Sep 17 00:00:00 2001 From: easyhz Date: Mon, 22 Apr 2024 23:44:21 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EB=B2=84=EC=A0=84=EC=BD=94=EB=93=9C=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 0cf7eed..5f51821 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -26,7 +26,7 @@ android { applicationId = "com.easyhz.picly" minSdk = 26 targetSdk = 34 - versionCode = 14 + versionCode = 16 versionName = "2.0" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"