Update com.tutpro.baresip.plus.yml

This commit is contained in:
Juha Heinanen 2024-10-30 16:30:46 +00:00 committed by Licaon_Kter
parent f1007e73e1
commit 693dedabb3

View file

@ -2812,10 +2812,28 @@ Builds:
- make all
ndk: 26.2.11394342
- versionName: 48.1.0
versionCode: 181
commit: ccb861f1d6f71bf7dc8810f4ab9ce1f0d0fb9418
subdir: app
submodules: true
sudo:
- apt-get update
- apt-get install -y automake cmake libre-dev libtool make pkg-config wget
gradle:
- yes
prebuild: sed -i -e 's|/opt/Android/ndk/.*|$$NDK$$|' -e 's|/usr/src/baresip-studio|..|'
../libbaresip-android.video/Makefile
build:
- cd ../libbaresip-android.video
- make download-sources
- make all
ndk: 27.2.12479018
MaintainerNotes: make download-sources checks out master branches of several libraries;
this can cause build failures.
AutoUpdateMode: Version
UpdateCheckMode: Tags v.*[0-9]$
CurrentVersion: 48.0.1
CurrentVersionCode: 180
CurrentVersion: 48.1.0
CurrentVersionCode: 181