From c9c2ba54167a747122c4272e46ca22a2c6231e75 Mon Sep 17 00:00:00 2001 From: Natalie Perna Date: Fri, 21 Apr 2017 22:11:39 -0400 Subject: [PATCH] Incremement version code and name. --- .idea/misc.xml | 2 +- app/build.gradle | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.idea/misc.xml b/.idea/misc.xml index 5d19981..fbb6828 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -37,7 +37,7 @@ - + diff --git a/app/build.gradle b/app/build.gradle index 71194fa..2332663 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "com.natalieperna.cupful" minSdkVersion 15 targetSdkVersion 25 - versionCode 3 - versionName "1.0" + versionCode 4 + versionName "1.1" } buildTypes { release {