diff --git a/metadata/com.tutpro.baresip.plus.yml b/metadata/com.tutpro.baresip.plus.yml index 88453947a4..c3eacf62e0 100644 --- a/metadata/com.tutpro.baresip.plus.yml +++ b/metadata/com.tutpro.baresip.plus.yml @@ -966,10 +966,32 @@ Builds: - popd ndk: r23 + - versionName: 23.1.0 + versionCode: 63 + commit: 32a6caa9e344f77c3340c2848bb877c7c4227031 + subdir: app + sudo: + - apt-get update || apt-get update + - apt-get install -y --no-install-recommends -t testing nasm + - apt-get install -y openjdk-11-jdk-headless + - update-alternatives --auto java + gradle: + - yes + srclibs: + - libbaresip-android@v15.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: r23 + MaintainerNotes: make download-sources checks out master branches of several libraries; this can cause build failures. AutoUpdateMode: Version UpdateCheckMode: Tags v.*[0-9]$ -CurrentVersion: 23.0.0 -CurrentVersionCode: 61 +CurrentVersion: 23.1.0 +CurrentVersionCode: 63