Skip to content

Commit

Permalink
Compiled 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ekux44 committed Mar 26, 2015
1 parent 4c7f64e commit cfe35c8
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 76 // version code in wear module must kept in sync with this
versionName "3.0.4"
versionCode 77 // version code in wear module must kept in sync with this
versionName "3.1.0"
}
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 76 // must match the value in mobile
versionCode 77 // must match the value in mobile
}
buildTypes {
release {
Expand Down

0 comments on commit cfe35c8

Please sign in to comment.