Skip to content

Commit

Permalink
Built version 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ekux44 committed May 14, 2015
1 parent 3d4762b commit 602ba83
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 77 // version code in wear module must kept in sync with this
versionName "3.1.0"
versionCode 78 // version code in wear module must kept in sync with this
versionName "3.1.1"
}
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 77 // must match the value in mobile
versionCode 78 // must match the value in mobile
}
buildTypes {
release {
Expand Down

0 comments on commit 602ba83

Please sign in to comment.