From d1ea5d70a2c904043a11edd32d45eb141b21b664 Mon Sep 17 00:00:00 2001 From: Eric Kuxhausen Date: Thu, 9 Jun 2016 23:48:35 -0700 Subject: [PATCH] Bumped version to 3.2.3 for public release Includes fix for hue hub registration. --- mobile/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mobile/build.gradle b/mobile/build.gradle index 5a869d70..7d632cf0 100644 --- a/mobile/build.gradle +++ b/mobile/build.gradle @@ -12,8 +12,8 @@ android { buildToolsVersion '23.0.2' defaultConfig { applicationId "com.kuxhausen.huemore" - versionCode 83 // version code in wear module must kept in sync with this - versionName "3.2.2" + versionCode 84 // version code in wear module must kept in sync with this + versionName "3.2.3" } buildTypes { release {