Update baresip to 37.1.0 (191)

This commit is contained in:
F-Droid checkupdates bot 2021-12-22 03:43:35 +00:00
parent f2816c7497
commit 2c68616dd3

View file

@ -2106,10 +2106,31 @@ Builds:
- popd
ndk: r21e
- versionName: 37.1.0
versionCode: 191
commit: 52847d755356ee271855afbbc0977d82f2622b71
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: 37.0.1
CurrentVersionCode: 190
CurrentVersion: 37.1.0
CurrentVersionCode: 191