baresip+ 24.5.0

This commit is contained in:
Juha Heinanen 2022-01-03 16:46:56 +00:00 committed by linsui
parent 894d425070
commit 7a7d17bd5d

View file

@ -1098,10 +1098,32 @@ Builds:
- popd
ndk: r23
- versionName: 24.5.0
versionCode: 73
commit: 95cd8c3c028c6f9f151f644f826edd9ffc55276b
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
- update-alternatives --auto java
gradle:
- yes
srclibs:
- libbaresip-android@v16.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: 24.4.0
CurrentVersionCode: 72
CurrentVersion: 24.5.0
CurrentVersionCode: 73