Skip to content

Commit

Permalink
Bump 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pluscubed committed Nov 21, 2017
1 parent 9c9d793 commit 9d0278e
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 21 deletions.
11 changes: 6 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ android {
applicationId "com.pluscubed.velociraptor"
minSdkVersion 16
targetSdkVersion 25
versionCode 36
versionName "1.5.6"
versionCode 37
versionName "1.6.0"
vectorDrawables.useSupportLibrary = true
manifestPlaceholders = [appName: "@string/app_name"]
multiDexEnabled true
Expand Down Expand Up @@ -141,13 +141,14 @@ dependencies {
compile 'com.afollestad.material-dialogs:core:0.9.5.0'

compile 'io.reactivex:rxandroid:1.2.1'
compile 'io.reactivex:rxjava:1.3.3'
compile 'io.reactivex:rxjava:1.3.4'

compile 'com.squareup.retrofit2:retrofit:2.3.0'
compile 'com.squareup.retrofit2:adapter-rxjava:2.3.0'
compile 'com.squareup.retrofit2:converter-jackson:2.3.0'
compile 'com.squareup.okhttp3:logging-interceptor:3.9.0'
compile 'com.squareup.okhttp3:okhttp:3.9.0'
compile 'com.squareup.retrofit2:converter-scalars:2.3.0'
compile 'com.squareup.okhttp3:logging-interceptor:3.9.1'
compile 'com.squareup.okhttp3:okhttp:3.9.1'
compile 'com.squareup.okio:okio:1.13.0'

compile 'com.fasterxml.jackson.core:jackson-databind:2.9.2'
Expand Down
22 changes: 10 additions & 12 deletions app/src/main/res/raw/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,19 @@
</head>
<body>

<h4>v1.6.0 - 11/16/17</h4>
<ul>
<li>Add subscriptions for HERE and TomTom speed limits</li>
<li>Add option to disable speed limit indicator</li>
<li>Re-organize settings screen</li>
<li>Update translations from OneSky</li>
</ul>
<br />


<h4>v1.5.6 - 9/10/17</h4>
<ul>
<li>
Remove HERE Maps database
<ul>
<li>Unfortunately they closed their free API in July. I'm on the lookout for other
options, but most charge exorbitantly high prices (e.g. Google, TomTom, Garmin,
Sygic) that I cannot afford as a student.
</li>
<li>OpenStreetMap is still available as I run my own server. Thanks to all of you,
the costs are mostly covered by donations ❤️
</li>
</ul>
</li>
<li>Remove HERE Maps database</li>
<li>Update translations from OneSky</li>
</ul>
<br />
Expand Down
9 changes: 5 additions & 4 deletions app/src/main/res/raw/third_party_license_metadata
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@
58925:46 leakcanary-analyzer
58973:46 haha
59021:46 leakcanary-watcher
59069:46 kotlin-annotation-processing-gradle
59117:46 kotlin-compiler-embeddable
59165:46 kotlin-reflect
59213:46 kotlin-script-runtime
59069:46 leakcanary-android-no-op
59117:46 kotlin-annotation-processing-gradle
59165:46 kotlin-compiler-embeddable
59213:46 kotlin-reflect
59261:46 kotlin-script-runtime
1 change: 1 addition & 0 deletions app/src/main/res/raw/third_party_licenses
Original file line number Diff line number Diff line change
Expand Up @@ -1144,3 +1144,4 @@ http://www.apache.org/licenses/LICENSE-2.0.txt
http://www.apache.org/licenses/LICENSE-2.0.txt
http://www.apache.org/licenses/LICENSE-2.0.txt
http://www.apache.org/licenses/LICENSE-2.0.txt
http://www.apache.org/licenses/LICENSE-2.0.txt

0 comments on commit 9d0278e

Please sign in to comment.