Update baresip to 36.1.2 (187)

This commit is contained in:
F-Droid checkupdates bot 2021-11-26 03:42:18 +00:00
parent 99ddd95927
commit 523daeaeae

View file

@ -2064,10 +2064,31 @@ Builds:
- popd
ndk: r21e
- versionName: 36.1.2
versionCode: 187
commit: 282eb2be1f35dc1a14d569a575531534c912df7e
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: r21e
MaintainerNotes: make download-sources checks out master branches of several libraries;
this can cause build failures.
AutoUpdateMode: Version
UpdateCheckMode: Tags ^[0-9.]+$
CurrentVersion: 36.1.1
CurrentVersionCode: 186
CurrentVersion: 36.1.2
CurrentVersionCode: 187