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 {