mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
Update com.github.catfriend1.syncthingandroid.yml
This commit is contained in:
parent
73bc1a96c5
commit
c433c4f9c9
1 changed files with 17 additions and 0 deletions
|
|
@ -1488,6 +1488,23 @@ Builds:
|
|||
preassemble:
|
||||
- buildNative
|
||||
|
||||
- versionName: 1.15.0.0
|
||||
versionCode: 1150000
|
||||
commit: v1.15.0.0
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y -t testing golang-go
|
||||
gradle:
|
||||
- yes
|
||||
output: app/build/outputs/apk/release/app-release-unsigned.apk
|
||||
rm:
|
||||
- syncthing/src/github.com/syncthing/syncthing/lib/model/testdata
|
||||
prebuild: sed -i -e '/signingConfig/d' app/build.gradle
|
||||
ndk: r21e
|
||||
preassemble:
|
||||
- buildNative
|
||||
|
||||
MaintainerNotes: |-
|
||||
The submodule in syncthing/src/github.com/syncthing/syncthing must be
|
||||
pristine, as the version/release information is taken from git.
|
||||
|
|
|
|||
Loading…
Reference in a new issue