Merge pull request #377 from afischerdev/update-version

Update version
This commit is contained in:
afischerdev 2021-12-21 17:14:24 +01:00 committed by GitHub
commit a85c742d7a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 4 deletions

View file

@ -33,8 +33,8 @@ import btools.util.StringUtils;
public final class OsmTrack
{
final public static String version = "1.6.2";
final public static String versionDate = "10102021";
final public static String version = "1.6.3";
final public static String versionDate = "21122021";
// csv-header-line
private static final String MESSAGES_HEADER = "Longitude\tLatitude\tElevation\tDistance\tCostPerKm\tElevCost\tTurnCost\tNodeCost\tInitialCost\tWayTags\tNodeTags\tTime\tEnergy";

View file

@ -10,7 +10,7 @@ android {
defaultConfig {
applicationId "btools.routingapp"
versionCode 42
versionCode 43
versionName project.version
resValue('string', 'app_version', defaultConfig.versionName)

View file

@ -56,6 +56,7 @@ distributions {
exclude('**/softaccess.brf')
from ('../misc') {
include 'readmes/*'
include 'readmes/osmand/*'
include 'profiles2/*'
}
from ('../brouter-routing-app/build/outputs/apk/api19/release') {

View file

@ -21,7 +21,7 @@ allprojects {
// this file
// app: build.gradle (versionCode only)
// OsmTrack (version and versionDate)
project.version "1.6.2"
project.version "1.6.3"
group 'org.btools'
repositories {