Skip to content

Commit

Permalink
v1.51
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasoreland committed Oct 17, 2015
1 parent b022891 commit 890d37a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions app/assets/changes.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
</head>
<body>
<h1>What's new</h1>
<h2>v1.51</h2>
<ul>
<li>Pebble support (from nebmo)
<li>Feed widget
<h2>v1.50</h2>
<ul>
<li>Use Mapbox (instead of Google Maps)
Expand Down
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 {
latest {
minSdkVersion 14
targetSdkVersion 22
versionName "1.50"
versionCode 14000050
versionName "1.51"
versionCode 14000051
}
froyo {
minSdkVersion 8
targetSdkVersion 22
versionName "1.50"
versionCode 8000050
versionName "1.51"
versionCode 8000051
}
}

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.50"
versionCode 14000050
versionName "1.51"
versionCode 14000051
}

signingConfigs {
Expand Down

0 comments on commit 890d37a

Please sign in to comment.