mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 19:59:12 +00:00
Update SatStat recipe
This commit is contained in:
parent
139fdbfa1a
commit
61bb2d8327
1 changed files with 10 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue