Merge pull request #540 from afischerdev/app-version-update

version 1.7.0
This commit is contained in:
afischerdev 2023-04-29 12:24:21 +02:00 committed by GitHub
commit 340227016a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 5 deletions

View file

@ -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.6.3"; final public static String version = "1.7.0";
final public static String versionDate = "21122021"; final public static String versionDate = "29042023";
// 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";

View file

@ -11,7 +11,7 @@ android {
namespace 'btools.routingapp' namespace 'btools.routingapp'
applicationId "btools.routingapp" applicationId "btools.routingapp"
versionCode 45 versionCode 47
versionName project.version versionName project.version
resValue('string', 'app_version', defaultConfig.versionName) resValue('string', 'app_version', defaultConfig.versionName)

View file

@ -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.6.3" project.version "1.7.0"
group 'org.btools' group 'org.btools'
repositories { repositories {

View file

@ -2,7 +2,7 @@
(ZIP-Archives including APK, readme + profiles) (ZIP-Archives including APK, readme + profiles)
### [brouter-1.6.4.zip](../brouter_bin/brouter-1.6.4.zip) (current revision, xx.xx.2023) ### [brouter-1.7.0.zip](../brouter_bin/brouter-1.7.0.zip) (current revision, 29.04.2023)
Android Android
@ -24,6 +24,8 @@ Library
- Remove double points - Remove double points
- New locus export with info on trkpt - New locus export with info on trkpt
[Solved issues](https://github.com/abrensch/brouter/issues?q=is%3Aissue+milestone%3A%22Version+1.6.4%22+is%3Aclosed)
### [brouter-1.6.3.zip](../brouter_bin/brouter-1.6.3.zip) (21.12.2021) ### [brouter-1.6.3.zip](../brouter_bin/brouter-1.6.3.zip) (21.12.2021)
- Enable Android 11 - Enable Android 11