Update baresip to 47.1.0 (225)

This commit is contained in:
F-Droid checkupdates bot 2022-07-21 03:29:09 +00:00
parent 6e728f1125
commit 4f2d41aa0a

View file

@ -2674,10 +2674,31 @@ Builds:
- popd
ndk: r23b
- versionName: 47.1.0
versionCode: 225
commit: 7338aa3a2b52d05e7c269aa517cde9058d727934
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@23.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: 47.0.0
CurrentVersionCode: 224
CurrentVersion: 47.1.0
CurrentVersionCode: 225