diff --git a/metadata/de.storchp.opentracks.osmplugin.yml b/metadata/de.storchp.opentracks.osmplugin.yml index c18c481616..7dd20d6a5f 100644 --- a/metadata/de.storchp.opentracks.osmplugin.yml +++ b/metadata/de.storchp.opentracks.osmplugin.yml @@ -10,7 +10,7 @@ Translation: https://weblate.bubu1.eu/engage/open-tracks-osm-dashboard/ Changelog: https://github.com/OpenTracksApp/OSMDashboard/releases Liberapay: OpenTracks -AutoName: OSM Dashboard for OpenTracks +AutoName: OSM Dashboard RepoType: git Repo: https://github.com/OpenTracksApp/OSMDashboard.git @@ -172,7 +172,17 @@ Builds: gradle: - full + - versionName: '2.13' + versionCode: 26 + commit: 8d1a855b463db86967c420dd39d4399b86ac77c0 + sudo: + - apt-get update || apt-get update + - apt-get install -y openjdk-11-jdk + - update-alternatives --auto java + gradle: + - full + AutoUpdateMode: Version v%v UpdateCheckMode: Tags -CurrentVersion: 2.12.1 -CurrentVersionCode: 25 +CurrentVersion: '2.13' +CurrentVersionCode: 26