Merge pull request #707 from afischerdev/new-apk
Preparing for version 1.7.5
This commit is contained in:
commit
6c69e9cea4
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.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";
|
||||
|
|
|
@ -13,7 +13,7 @@ android {
|
|||
namespace 'btools.routingapp'
|
||||
applicationId "btools.routingapp"
|
||||
|
||||
versionCode 51
|
||||
versionCode 52
|
||||
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.4'
|
||||
version '1.7.5'
|
||||
|
|
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue