Skip to content
This repository was archived by the owner on Nov 20, 2024. It is now read-only.
This repository was archived by the owner on Nov 20, 2024. It is now read-only.

What is the current version of osmdroid? #1946

@mikebravoyes

Description

@mikebravoyes

Issue Type

[x] Question

Description and/or steps/code to reproduce the problem

@spyhunter99
What is the current version of osmdroid?

https://github.com/osmdroid/osmdroid/releases says 6.1.17
That is also the version, which I use in build.gradle.

dependencies {
   ...
    implementation group: 'org.osmdroid', name: 'osmdroid-android', version: '6.1.17'
   ...
}

However, OsmdroidBuildInfo.java says 6.1.15:

package org.osmdroid;

//this file is automatically generated during the build
//when making changes, only edit ./src/main/filtered/...
//https://github.com/osmdroid/osmdroid/issues/1500
public class OsmdroidBuildInfo {

    private OsmdroidBuildInfo() {
    }

    public static final String VERSION = "6.1.15";
    public static final String BUILD_DATE = "Tue Mar 28 20:46:50 EDT 2023";
}

What is correct?

Version of osmdroid the issue relates to:

6.1.15 ... 6.1.17 (?)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions