Update com.tutpro.baresip.yml

This commit is contained in:
Juha Heinanen 2020-02-28 20:21:04 +00:00
parent 363921f453
commit cfba1d1bb7

View file

@ -1074,10 +1074,27 @@ Builds:
- popd
ndk: r20b
- versionName: 17.1.0
versionCode: 111
commit: 17.1.0
subdir: app
gradle:
- yes
srclibs:
- libbaresip-android@11.0
build:
- pushd $$libbaresip-android$$
- sed -i -e 's|/opt/Android/Sdk/ndk-bundle|$$NDK$$|' -e 's|/usr/src/baresip-studio|../../com.tutpro.baresip|'
Makefile
- make download-sources
- make install-all
- popd
ndk: r21
MaintainerNotes: make download-sources checks out master branches of several libraries;
this can cause build failures.
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: 17.0.0
CurrentVersionCode: 110
CurrentVersion: 17.1.0
CurrentVersionCode: 111