Update baresip to 37.0.1 (190)

This commit is contained in:
F-Droid checkupdates bot 2021-12-17 03:41:56 +00:00
parent 77bee4f3ff
commit 7950394cd9

View file

@ -2085,10 +2085,31 @@ Builds:
- popd
ndk: r21e
- versionName: 37.0.1
versionCode: 190
commit: fccd9a07a90c0a08eed1ad6ad627b441ae0ee949
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.0
CurrentVersionCode: 189
CurrentVersion: 37.0.1
CurrentVersionCode: 190