baresip+ version 36.0.0

This commit is contained in:
Juha Heinanen 2022-08-30 14:47:36 +03:00 committed by Licaon_Kter
parent 07b84bfde3
commit 5b5bcc8fc7

View file

@ -1693,10 +1693,32 @@ Builds:
- popd
ndk: r23b
- versionName: 36.0.0
versionCode: 108
commit: 174b470bea1bb8c2fefade8c91eeb2eeed6816df
subdir: app
sudo:
- apt-get update || apt-get update
- apt-get install -y --no-install-recommends -t testing nasm
- apt-get install -y openjdk-11-jdk-headless wget
- update-alternatives --auto java
gradle:
- yes
srclibs:
- libbaresip-android@v17.0
build:
- pushd $$libbaresip-android$$
- sed -i -e 's|/opt/Android/ndk/.*|$$NDK$$|' -e 's|/usr/src/baresip-studio|../../com.tutpro.baresip.plus|'
Makefile
- make download-sources
- make install-all
- popd
ndk: r23b
MaintainerNotes: make download-sources checks out master branches of several libraries;
this can cause build failures.
AutoUpdateMode: Version
UpdateCheckMode: Tags v.*[0-9]$
CurrentVersion: 34.2.0
CurrentVersionCode: 105
CurrentVersion: 36.0.0
CurrentVersionCode: 108