Skip to content

Commit

Permalink
Merge pull request #707 from afischerdev/new-apk
Browse files Browse the repository at this point in the history
Preparing for version 1.7.5
  • Loading branch information
afischerdev authored Jun 5, 2024
2 parents e011343 + 8f50671 commit 6c69e9c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions brouter-core/src/main/java/btools/router/OsmTrack.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
import btools.util.FrozenLongMap;

public final class OsmTrack {
final public static String version = "1.7.4";
final public static String versionDate = "09042024";
final public static String version = "1.7.5";
final public static String versionDate = "05062024";

// csv-header-line
private static final String MESSAGES_HEADER = "Longitude\tLatitude\tElevation\tDistance\tCostPerKm\tElevCost\tTurnCost\tNodeCost\tInitialCost\tWayTags\tNodeTags\tTime\tEnergy";
Expand Down
2 changes: 1 addition & 1 deletion brouter-routing-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ android {
namespace 'btools.routingapp'
applicationId "btools.routingapp"

versionCode 51
versionCode 52
versionName project.version

resValue('string', 'app_version', defaultConfig.versionName)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
// app: build.gradle (versionCode only)
// OsmTrack (version and versionDate)
// docs revisions.md (version and versionDate)
version '1.7.4'
version '1.7.5'
4 changes: 2 additions & 2 deletions docs/revisions.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

(ZIP-Archives including APK, readme + profiles)

### next version
### [brouter-1.7.5.zip](../brouter_bin/brouter-1.7.5.zip) (current revision, 05.06.2024)

Android

Expand All @@ -23,7 +23,7 @@ Profiles
[Solved issues](https://github.com/abrensch/brouter/issues?q=is%3Aissue+milestone%3A%22Version+1.7.5%22+is%3Aclosed)


### [brouter-1.7.4.zip](../brouter_bin/brouter-1.7.4.zip) (current revision, 09.04.2024)
### [brouter-1.7.4.zip](../brouter_bin/brouter-1.7.4.zip) (09.04.2024)

Library

Expand Down

0 comments on commit 6c69e9c

Please sign in to comment.