Skip to content

Commit

Permalink
v2.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jay3 committed Jul 19, 2017
1 parent cb20db3 commit bbe8e65
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
applicationId "com.njackson"
minSdkVersion 14
targetSdkVersion 21
versionCode 340
versionName "v2.9.5-beta1"
versionCode 350
versionName "v2.9.5"
testInstrumentationRunner "com.njackson.test.MyInstrumentationTestRunner"
}

Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>

<string name="MAIN_TITLE">JayPS v2.9.5-beta2</string>
<string name="MAIN_TITLE">JayPS v2.9.5</string>
<string name="PREF_INSTALL_WATCHFACE_URL">http://dl.pebblebike.com/p/ventoo-2.9.1.pbw</string>
<string name="PREF_INSTALL_WATCHFACE_NL_URL">http://dl.pebblebike.com/p/ventoo-2.8.0-nl.pbw</string>

Expand Down
3 changes: 2 additions & 1 deletion app/src/main/res/xml/changelog_master.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="2.9.5-beta1" versioncode="340" >
<release version="2.9.5" versioncode="350" >
<change><![CDATA[<b>New name for the app. Ventoo is now JayPS!</b>]]></change>
<change><![CDATA[<b>[Navigation] Waypoint notifications:</b><br/>
+ If the imported GPX contains waypoints, show a notification on Pebble when they are reached<br/>
+ [Online planner] Add Google Directions "turns" as notifications<br/>
Expand Down

0 comments on commit bbe8e65

Please sign in to comment.