From 382c2fe9b5f6e514ec051ee7f1379ab69e1d03c8 Mon Sep 17 00:00:00 2001
From: Greenhair <martionlee@gmail.com>
Date: Wed, 1 Aug 2018 17:34:07 +0900
Subject: [PATCH] =?UTF-8?q?=EB=B2=84=EC=A0=84=201.0.8=20=EB=B9=8C=EB=93=9C?=
 =?UTF-8?q?=2020=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 2f1133b..1057577 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -8,8 +8,8 @@ android {
         applicationId "xyz.parti.catan"
         minSdkVersion 15
         targetSdkVersion 27
-        versionCode 19
-        versionName "1.0.7"
+        versionCode 20
+        versionName "1.0.8"
         testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
     }