Update baresip to 35.2.0 (182)

This commit is contained in:
F-Droid checkupdates bot 2021-11-07 03:44:31 +00:00
parent 70af1d299c
commit b7a1bc4bda

View file

@ -2001,10 +2001,31 @@ Builds:
- popd
ndk: r23
- versionName: 35.2.0
versionCode: 182
commit: b47fed95396c575123b7be070cf054bb5bba4704
subdir: app
sudo:
- apt-get update || apt-get update
- apt-get install -y openjdk-11-jdk-headless
- update-alternatives --auto java
gradle:
- yes
srclibs:
- libbaresip-android@22.0
build:
- pushd $$libbaresip-android$$
- sed -i -e 's!$(shell ls -d -1 /opt/Android/ndk/\* | tail -1)!$$NDK$$!' -e
's|/usr/src/baresip-studio|../../com.tutpro.baresip|' Makefile
- make download-sources
- make install-all
- popd
ndk: r23
MaintainerNotes: make download-sources checks out master branches of several libraries;
this can cause build failures.
AutoUpdateMode: Version
UpdateCheckMode: Tags ^[0-9.]+$
CurrentVersion: 35.1.0
CurrentVersionCode: 181
CurrentVersion: 35.2.0
CurrentVersionCode: 182