From 82626072792295e6ad4757b88242838c24d7ebcf Mon Sep 17 00:00:00 2001 From: Hyun Woo Lee Date: Mon, 24 Jan 2022 15:04:19 +0900 Subject: [PATCH] =?UTF-8?q?[CHORE]=20=EB=B2=84=EC=A0=84=20=EC=97=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- buildSrc/src/main/kotlin/Constants.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildSrc/src/main/kotlin/Constants.kt b/buildSrc/src/main/kotlin/Constants.kt index f05c213..a15b9af 100644 --- a/buildSrc/src/main/kotlin/Constants.kt +++ b/buildSrc/src/main/kotlin/Constants.kt @@ -3,6 +3,6 @@ object Constants { const val compileSdk = 31 const val minSdk = 26 const val targetSdk = 30 - const val versionCode = 1 - const val versionName = "1.0" + const val versionCode = 2 + const val versionName = "1.0.1" } \ No newline at end of file