From 78853084f1941318bb1ee52255a1985b57db5835 Mon Sep 17 00:00:00 2001 From: Eric Kuxhausen Date: Thu, 14 May 2015 21:50:15 -0700 Subject: [PATCH] Built version 3.1.2 --- mobile/build.gradle | 4 ++-- wear/build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mobile/build.gradle b/mobile/build.gradle index 133ad50c..d9ccaf41 100644 --- a/mobile/build.gradle +++ b/mobile/build.gradle @@ -18,8 +18,8 @@ android { applicationId "com.kuxhausen.huemore" minSdkVersion 10 targetSdkVersion 22 - versionCode 78 // version code in wear module must kept in sync with this - versionName "3.1.1" + versionCode 79 // version code in wear module must kept in sync with this + versionName "3.1.2" } buildTypes { release { diff --git a/wear/build.gradle b/wear/build.gradle index a9fff943..d653ec60 100644 --- a/wear/build.gradle +++ b/wear/build.gradle @@ -16,7 +16,7 @@ android { applicationId "com.kuxhausen.huemore" minSdkVersion 20 targetSdkVersion 22 - versionCode 78 // must match the value in mobile + versionCode 79 // must match the value in mobile } buildTypes { release {