Update baresip to 49.0.0 (232)

This commit is contained in:
F-Droid checkupdates bot 2022-09-14 03:52:41 +00:00
parent 329c8d58f4
commit 4dd9fc78df

View file

@ -2779,10 +2779,31 @@ Builds:
- popd
ndk: r23b
- versionName: 49.0.0
versionCode: 232
commit: 7f30e88f92e2e969932480aea58a45f9aa8210d2
subdir: app
sudo:
- apt-get update || apt-get update
- apt-get install -y openjdk-11-jdk-headless wget
- update-alternatives --auto java
gradle:
- yes
srclibs:
- libbaresip-android@25.0
build:
- pushd $$libbaresip-android$$
- sed -i -e 's|/opt/Android/ndk/.*|$$NDK$$|' -e 's|/usr/src/baresip-studio|../../com.tutpro.baresip|'
Makefile
- make download-sources
- make install-all
- popd
ndk: r23b
MaintainerNotes: make download-sources checks out master branches of several libraries;
this can cause build failures.
AutoUpdateMode: Version
UpdateCheckMode: Tags ^[0-9.]+$
CurrentVersion: 48.2.0
CurrentVersionCode: 231
CurrentVersion: 49.0.0
CurrentVersionCode: 232