From 74e217bc69dfb8f90cec0e71fac515e4f619ddc8 Mon Sep 17 00:00:00 2001 From: Arunkumar Date: Fri, 16 Feb 2018 03:51:35 +0530 Subject: [PATCH] Bump version code. --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index f0b8762a..7e7ae138 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -52,8 +52,8 @@ android { applicationId "arun.com.chromer" minSdkVersion 16 targetSdkVersion 27 - versionCode 41 - versionName "2.0 - Beta 4" + versionCode 42 + versionName "2.0 - Beta 5" resValue "string", "playLicenseKey", "$playLicenseKey" resValue "string", "crashlyticsApiKey", "$fabricKey"