From 61bb2d8327230a770a495a4a2548ba255405ae4d Mon Sep 17 00:00:00 2001 From: Michael von Glasow Date: Fri, 10 Mar 2023 07:22:54 +0000 Subject: [PATCH] Update SatStat recipe --- metadata/com.vonglasow.michael.satstat.yml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/metadata/com.vonglasow.michael.satstat.yml b/metadata/com.vonglasow.michael.satstat.yml index e57cac0a81..7c16afc688 100644 --- a/metadata/com.vonglasow.michael.satstat.yml +++ b/metadata/com.vonglasow.michael.satstat.yml @@ -157,16 +157,22 @@ Builds: - yes rm: - libs/*jar - prebuild: sed -i -e 's/0.4.0/0.4.3/g' build.gradle + + - versionName: '3.5' + versionCode: 30500 + commit: 33a25b9e0c9b23d059b0dc0a6aa2c1483c5be25b + init: ./setbuild.sh + gradle: + - yes MaintainerNotes: |- Build 2.0 switched to gradle because of the dependency on mapsforge, which fails on the build server if called in an ant or maven project (or when called multiple times). See https://gitlab.com/fdroid/fdroiddata/issues/58 for details. - Upstream uses ant but maintains build.gradle for F-Droid. + As of build 3.4, upstream no longer supports ant. AutoUpdateMode: Version UpdateCheckMode: Tags -CurrentVersion: '3.4' -CurrentVersionCode: 30400 +CurrentVersion: '3.5' +CurrentVersionCode: 30500