From 2c63e575a142880817d6a68c8d15741a26ac547e Mon Sep 17 00:00:00 2001
From: Sean Barbeau <sjbarbeau@gmail.com>
Date: Thu, 27 Feb 2020 13:32:03 -0500
Subject: [PATCH] Bump version number

---
 GPSTest/build.gradle | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/GPSTest/build.gradle b/GPSTest/build.gradle
index b7778fd59..1e3878ee9 100644
--- a/GPSTest/build.gradle
+++ b/GPSTest/build.gradle
@@ -11,8 +11,9 @@ android {
         minSdkVersion 14
         maxSdkVersion 17
         targetSdkVersion 27
-        versionCode 51
-        versionName "3.2.11"
+        // versionCode scheme - first two digits are minSdkVersion, last three digits are build number
+        versionCode 14052
+        versionName "3.2.12"
 
         vectorDrawables.useSupportLibrary = true