Update baresip to 36.1.0 (185)

This commit is contained in:
F-Droid checkupdates bot 2021-11-20 03:40:51 +00:00
parent 60a871ef26
commit 54cf84ff48

View file

@ -2022,10 +2022,31 @@ Builds:
- popd
ndk: r21e
- versionName: 36.1.0
versionCode: 185
commit: 318c3e6b235ddcba62af425d674d2f4a5d8d6667
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.0.0
CurrentVersionCode: 183
CurrentVersion: 36.1.0
CurrentVersionCode: 185