change version number
This commit is contained in:
parent
790152770f
commit
dad4ea583c
4 changed files with 10 additions and 5 deletions
|
@ -36,8 +36,8 @@ import btools.util.FrozenLongMap;
|
||||||
import btools.util.StringUtils;
|
import btools.util.StringUtils;
|
||||||
|
|
||||||
public final class OsmTrack {
|
public final class OsmTrack {
|
||||||
final public static String version = "1.7.2";
|
final public static String version = "1.7.3";
|
||||||
final public static String versionDate = "19072023";
|
final public static String versionDate = "19082023";
|
||||||
|
|
||||||
// csv-header-line
|
// csv-header-line
|
||||||
private static final String MESSAGES_HEADER = "Longitude\tLatitude\tElevation\tDistance\tCostPerKm\tElevCost\tTurnCost\tNodeCost\tInitialCost\tWayTags\tNodeTags\tTime\tEnergy";
|
private static final String MESSAGES_HEADER = "Longitude\tLatitude\tElevation\tDistance\tCostPerKm\tElevCost\tTurnCost\tNodeCost\tInitialCost\tWayTags\tNodeTags\tTime\tEnergy";
|
||||||
|
|
|
@ -11,7 +11,7 @@ android {
|
||||||
namespace 'btools.routingapp'
|
namespace 'btools.routingapp'
|
||||||
applicationId "btools.routingapp"
|
applicationId "btools.routingapp"
|
||||||
|
|
||||||
versionCode 49
|
versionCode 50
|
||||||
versionName project.version
|
versionName project.version
|
||||||
|
|
||||||
resValue('string', 'app_version', defaultConfig.versionName)
|
resValue('string', 'app_version', defaultConfig.versionName)
|
||||||
|
|
|
@ -22,7 +22,7 @@ allprojects {
|
||||||
// app: build.gradle (versionCode only)
|
// app: build.gradle (versionCode only)
|
||||||
// OsmTrack (version and versionDate)
|
// OsmTrack (version and versionDate)
|
||||||
// docs revisions.md (version and versionDate)
|
// docs revisions.md (version and versionDate)
|
||||||
project.version "1.7.2"
|
project.version "1.7.3"
|
||||||
group 'org.btools'
|
group 'org.btools'
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
|
|
|
@ -2,7 +2,12 @@
|
||||||
|
|
||||||
(ZIP-Archives including APK, readme + profiles)
|
(ZIP-Archives including APK, readme + profiles)
|
||||||
|
|
||||||
### [brouter-1.7.2.zip](../brouter_bin/brouter-1.7.2.zip) (current revision, 19.07.2023)
|
### [brouter-1.7.3.zip](../brouter_bin/brouter-1.7.3.zip) (current revision, 19.08.2023)
|
||||||
|
|
||||||
|
- Minor bug fixes
|
||||||
|
|
||||||
|
|
||||||
|
### [brouter-1.7.2.zip](../brouter_bin/brouter-1.7.2.zip) (19.07.2023)
|
||||||
|
|
||||||
- Re-index Json output
|
- Re-index Json output
|
||||||
Note: This is different to releases 1.7.0 and 1.7.1. It is recommended to use the current version to avoid breaks in voice hint output for GeoJson.
|
Note: This is different to releases 1.7.0 and 1.7.1. It is recommended to use the current version to avoid breaks in voice hint output for GeoJson.
|
||||||
|
|
Loading…
Reference in a new issue