From 87778c4393686e647cc23c27827f28f47298dd69 Mon Sep 17 00:00:00 2001 From: Michael Carrano Date: Fri, 18 Nov 2016 21:34:38 -0500 Subject: [PATCH] Increment versionCode and versionName --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index d475c58..ab1a3b8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "com.michaelcarrano.seven_min_workout" minSdkVersion 16 targetSdkVersion 25 - versionCode 1 - versionName "1.0" + versionCode 2 + versionName "2.0" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" buildConfigField("String", "YOUTUBE_API_KEY", "\"${youtube_api_key}\"")