mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-23 14:17:26 +00:00
baresip 17 - update build block
This commit is contained in:
parent
035b22c6e3
commit
aaeff3fcc8
1 changed files with 19 additions and 2 deletions
|
|
@ -1057,10 +1057,27 @@ Builds:
|
||||||
- popd
|
- popd
|
||||||
ndk: r20b
|
ndk: r20b
|
||||||
|
|
||||||
|
- versionName: 17.0.0
|
||||||
|
versionCode: 110
|
||||||
|
commit: 17.0.0
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
srclibs:
|
||||||
|
- libbaresip-android@9.0
|
||||||
|
build:
|
||||||
|
- pushd $$libbaresip-android$$
|
||||||
|
- sed -i -e 's|/opt/Android/Sdk/ndk-bundle|$$NDK$$|' -e 's|/usr/src/baresip-studio|../../com.tutpro.baresip|'
|
||||||
|
Makefile
|
||||||
|
- make download-sources
|
||||||
|
- make install-all
|
||||||
|
- popd
|
||||||
|
ndk: r20b
|
||||||
|
|
||||||
MaintainerNotes: make download-sources checks out master branches of several libraries;
|
MaintainerNotes: make download-sources checks out master branches of several libraries;
|
||||||
this can cause build failures.
|
this can cause build failures.
|
||||||
|
|
||||||
AutoUpdateMode: Version %v
|
AutoUpdateMode: Version %v
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
CurrentVersion: 16.0.1
|
CurrentVersion: 17.0.0
|
||||||
CurrentVersionCode: 108
|
CurrentVersionCode: 110
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue