Skip to content

Commit

Permalink
v1.50
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasoreland committed Sep 14, 2015
1 parent cc594b3 commit a213c4f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
5 changes: 3 additions & 2 deletions app/assets/changes.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@
</head>
<body>
<h1>What's new</h1>
<h2>v1.49</h2>
<h2>v1.50</h2>
<ul>
<li>Use Mapbox (instead of Google Maps)
<li>misc bug fixes
<li>Walking and orienteering
<li>Misc bug fixes
</ul>
<h2>v1.47</h2>
<ul>
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 21
versionName "1.49"
versionCode 14000049
versionName "1.50"
versionCode 14000050
}
froyo {
minSdkVersion 8
targetSdkVersion 18
versionName "1.49"
versionCode 8000049
versionName "1.50"
versionCode 8000050
}
}

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.49"
versionCode 14000049
versionName "1.50"
versionCode 14000050
}

signingConfigs {
Expand Down

0 comments on commit a213c4f

Please sign in to comment.