diff --git a/metadata/de.storchp.opentracks.osmplugin.offline.yml b/metadata/de.storchp.opentracks.osmplugin.offline.yml index d427c50537..d2bdf39995 100644 --- a/metadata/de.storchp.opentracks.osmplugin.offline.yml +++ b/metadata/de.storchp.opentracks.osmplugin.offline.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 @@ -76,7 +76,17 @@ Builds: gradle: - offline + - 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: + - offline + AutoUpdateMode: Version v%v UpdateCheckMode: Tags -CurrentVersion: 2.12.1 -CurrentVersionCode: 25 +CurrentVersion: '2.13' +CurrentVersionCode: 26