From 4e164d457b45fa1f48613decf74fe32c8e4ffe9c Mon Sep 17 00:00:00 2001 From: dali Date: Mon, 17 Sep 2018 08:57:28 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B2=84=EC=A0=84=201.0.9=20=EB=B9=8C=EB=93=9C?= =?UTF-8?q?=2021=20=ED=83=9C=EA=B9=85=ED=95=A9=EB=8B=88=EB=8B=A4?= 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 1057577..58dc938 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "xyz.parti.catan" minSdkVersion 15 targetSdkVersion 27 - versionCode 20 - versionName "1.0.8" + versionCode 21 + versionName "1.0.9" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" }