Skip to content

Commit

Permalink
v1.49 - a new hope
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasoreland committed Sep 5, 2015
1 parent a196ecf commit d222b79
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.48</h2>
<h2>v1.49</h2>
<ul>
<li>Use Mapbox (instead of Google Maps)
<li>misc bug fixes
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.48"
versionCode 14000048
versionName "1.49"
versionCode 14000049
}
froyo {
minSdkVersion 8
targetSdkVersion 18
versionName "1.48"
versionCode 8000048
versionName "1.49"
versionCode 8000049
}
}

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.48"
versionCode 14000048
versionName "1.49"
versionCode 14000049
}

signingConfigs {
Expand Down

0 comments on commit d222b79

Please sign in to comment.