Update baresip to 46.1.1 (222)

This commit is contained in:
F-Droid checkupdates bot 2022-06-22 03:42:28 +00:00
parent 396ea1f189
commit 3e7a630eb0

View file

@ -2611,10 +2611,31 @@ Builds:
- popd
ndk: r23b
- versionName: 46.1.1
versionCode: 222
commit: 422996d4ce5f19d8e086ed90ab8365c7890c949b
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: 46.0.1
CurrentVersionCode: 220
CurrentVersion: 46.1.1
CurrentVersionCode: 222