Update SatStat recipe

This commit is contained in:
Michael von Glasow 2023-03-10 07:22:54 +00:00 committed by Licaon_Kter
parent 139fdbfa1a
commit 61bb2d8327

View file

@ -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