Skip to content

Commit

Permalink
v1.53
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasoreland committed Apr 29, 2016
1 parent bb91c60 commit 6683a20
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion app/assets/changes.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</head>
<body>
<h1>What's new</h1>
<h2>v1.52</h2>
<h2>v1.53</h2>
<ul>
<li>Bug fixes and translations</li>
<li>RunningFreeOnline support (Jonas Fredriksson)</li>
Expand Down
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ android {
latest {
minSdkVersion 14
targetSdkVersion 22
versionName "1.52"
versionCode 14000052
versionName "1.53"
versionCode 14000053
}
froyo {
minSdkVersion 8
targetSdkVersion 22
versionName "1.52"
versionCode 8000052
versionName "1.53"
versionCode 8000053
}
}

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 22
versionName "1.52"
versionCode 14000052
versionName "1.53"
versionCode 14000053
}

signingConfigs {
Expand Down

0 comments on commit 6683a20

Please sign in to comment.