mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
projectmaxs main - fix recipe
This commit is contained in:
parent
ece0eb1d82
commit
db9245f290
1 changed files with 3 additions and 1 deletions
|
|
@ -410,7 +410,9 @@ Builds:
|
|||
- yes
|
||||
rm:
|
||||
- module-shell/libraryProjects/root-commands/ExampleApp
|
||||
prebuild: make prebuild
|
||||
prebuild:
|
||||
- sed -i -e '/maven()/,+2d' ../transport-xmpp/build.gradle
|
||||
- make prebuild
|
||||
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: Tags .*[0-9]$
|
||||
|
|
|
|||
Loading…
Reference in a new issue