Update com.tutpro.baresip.yml

This commit is contained in:
Juha Heinanen 2024-10-30 11:16:43 +00:00 committed by Licaon_Kter
parent d678afe2a0
commit 2429399762

View file

@ -3898,10 +3898,28 @@ Builds:
- make all
ndk: 26.3.11579264
- versionName: 61.1.0
versionCode: 405
commit: dfd2fe377ef14339b8b6a75173ea3cfbeb036079
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/Makefile
build:
- cd ../libbaresip-android
- 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 ^[0-9.]+$
CurrentVersion: 61.0.1
CurrentVersionCode: 404
CurrentVersion: 61.1.0
CurrentVersionCode: 405