Skip to content

Commit

Permalink
v1.52
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasoreland committed Apr 25, 2016
1 parent ed73959 commit fb1f8eb
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions app/assets/changes.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
</head>
<body>
<h1>What's new</h1>
<h2>v1.52</h2>
<ul>
<li>Bug fixes and translations</li>
<li>RunningFreeOnline support (Jonas Fredriksson)</li>
</ul>
<h2>v1.51</h2>
<ul>
<li>Pebble support (from nebmo)
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.51"
versionCode 14000051
versionName "1.52"
versionCode 14000052
}
froyo {
minSdkVersion 8
targetSdkVersion 22
versionName "1.51"
versionCode 8000051
versionName "1.52"
versionCode 8000052
}
}

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.51"
versionCode 14000051
versionName "1.52"
versionCode 14000052
}

signingConfigs {
Expand Down

0 comments on commit fb1f8eb

Please sign in to comment.