From afce570dc1d52ef7202ae12dcb6cbbb32cdbca4d Mon Sep 17 00:00:00 2001 From: "Mr. Dragon" Date: Thu, 22 Feb 2018 00:05:35 +0530 Subject: [PATCH] v1.0.3 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 735853cac..5f9e83a62 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,7 +8,7 @@ android { applicationId "in.dragons.galaxy" minSdkVersion 21 targetSdkVersion 27 - versionCode 2 + versionCode 3 versionName '1.0' vectorDrawables.useSupportLibrary = true multiDexEnabled true