Skip to content

Commit

Permalink
Built version 3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ekux44 committed May 15, 2015
1 parent 99aef91 commit 7885308
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions mobile/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion wear/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 7885308

Please sign in to comment.