Skip to content

Commit

Permalink
v1.44
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasoreland committed Jun 6, 2015
1 parent 409496f commit 14390c6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ android {
froyo {
minSdkVersion 8
targetSdkVersion 18
versionName "1.43"
versionCode 8000043
versionName "1.44"
versionCode 8000044
}
latest {
minSdkVersion 14
targetSdkVersion 20
versionName "1.43"
versionCode 14000043
versionName "1.44"
versionCode 14000044
}
}

Expand Down
4 changes: 2 additions & 2 deletions wear/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
defaultConfig {
minSdkVersion 20
targetSdkVersion 20
versionName "1.43"
versionCode 14000043
versionName "1.44"
versionCode 14000044
}

signingConfigs {
Expand Down

0 comments on commit 14390c6

Please sign in to comment.