baresip+ bump scrlib

This commit is contained in:
licaon-kter 2021-04-30 20:50:29 +03:00 committed by Licaon_Kter
parent 658c94dde5
commit bf5ff09a46

View file

@ -615,10 +615,30 @@ Builds:
- popd
ndk: r21e
- versionName: 17.0.0
versionCode: 41
commit: v17.0.0
subdir: app
sudo:
- apt-get update || apt-get update
- apt-get install -y --no-install-recommends -t testing nasm
gradle:
- yes
srclibs:
- libbaresip-android@v13.0
build:
- pushd $$libbaresip-android$$
- sed -i -e 's!$(shell ls -d -1 /opt/Android/ndk/\* | tail -1)!$$NDK$$!' -e
's|/usr/src/baresip-studio|../../com.tutpro.baresip.plus|' Makefile
- make download-sources
- make install-all
- popd
ndk: r21e
MaintainerNotes: make download-sources checks out master branches of several libraries;
this can cause build failures.
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags v.*[0-9]$
CurrentVersion: 16.1.1
CurrentVersionCode: 40
CurrentVersion: 17.0.0
CurrentVersionCode: 41