prepared the version change
This commit is contained in:
parent
e46444cf57
commit
15bf08aaef
4 changed files with 6 additions and 6 deletions
|
@ -23,8 +23,8 @@ import btools.util.CompactLongMap;
|
|||
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";
|
||||
|
|
|
@ -18,7 +18,7 @@ android {
|
|||
namespace 'btools.routingapp'
|
||||
applicationId "btools.routingapp"
|
||||
|
||||
versionCode 53
|
||||
versionCode 54
|
||||
versionName project.version
|
||||
|
||||
resValue('string', 'app_version', defaultConfig.versionName)
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue