From 704d8424154b157f52bf95767f41f86d023698d3 Mon Sep 17 00:00:00 2001 From: Daniel Milnes Date: Sun, 15 Jul 2018 12:06:49 +0100 Subject: [PATCH] Create Build 6 for Google Play --- android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index b68f6ef..f06d125 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -26,7 +26,7 @@ android { applicationId "com.danielmilnes.cyberdiscovery" minSdkVersion 16 targetSdkVersion 27 - versionCode 5 + versionCode 6 versionName "1.3" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" }