Skip to content

Commit

Permalink
prepared the version change
Browse files Browse the repository at this point in the history
  • Loading branch information
afischerdev committed Jul 21, 2024
1 parent e46444c commit 15bf08a
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.6";
final public static String versionDate = "20062024";
final public static String version = "1.7.7";
final public static String versionDate = "23072024";

// 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 @@ -18,7 +18,7 @@ android {
namespace 'btools.routingapp'
applicationId "btools.routingapp"

versionCode 53
versionCode 54
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.6'
version '1.7.7'
4 changes: 2 additions & 2 deletions docs/revisions.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

(ZIP-Archives including APK, readme + profiles)

### since last version
### [brouter-1.7.7.zip](../brouter_bin/brouter-1.7.7.zip) (current revision, 23.07.2024)

- new Android API 34


### [brouter-1.7.6.zip](../brouter_bin/brouter-1.7.6.zip) (current revision, 20.06.2024)
### [brouter-1.7.6.zip](../brouter_bin/brouter-1.7.6.zip) (20.06.2024)

Android

Expand Down

0 comments on commit 15bf08a

Please sign in to comment.