Skip to content

Commit

Permalink
Bump 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pluscubed committed Feb 20, 2017
1 parent ee24c98 commit 950a5f1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ android {
applicationId "com.pluscubed.velociraptor"
minSdkVersion 16
targetSdkVersion 25
versionCode 29
versionName "1.4.2"
versionCode 30
versionName "1.5.0"
vectorDrawables.useSupportLibrary = true
manifestPlaceholders = [appName: "@string/app_name"]
}
Expand Down
8 changes: 8 additions & 0 deletions app/src/main/res/raw/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,14 @@
</head>
<body>

<h4>v1.5.0 - 2/20/17</h4>
<ul>
<li>Add "Google Maps: Only in navigation" activation setting</li>
<li>Compliment Google Maps speed limits: if shown, avoid displaying Velociraptor</li>
<li>Add Android 7.0+ Quick Settings Tile</li>
</ul>
<br/>

<h4>v1.4.2 - 2/15/17</h4>
<ul>
<li>Improve caching efficiency</li>
Expand Down

0 comments on commit 950a5f1

Please sign in to comment.