diff --git a/metadata/com.tutpro.baresip.plus.yml b/metadata/com.tutpro.baresip.plus.yml index 5c9a085355..823012bf3c 100644 --- a/metadata/com.tutpro.baresip.plus.yml +++ b/metadata/com.tutpro.baresip.plus.yml @@ -1120,10 +1120,32 @@ Builds: - popd ndk: r23b + - versionName: 25.0.0 + versionCode: 74 + commit: bee5b6c7782cb7cb8bf2252d6cf4eced2c401583 + 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@v16.0 + build: + - pushd $$libbaresip-android$$ + - sed -i -e 's|/opt/Android/ndk/.*|$$NDK$$|' -e 's|/usr/src/baresip-studio|../../com.tutpro.baresip.plus|' + Makefile + - make download-sources + - make install-all + - popd + ndk: r23b + MaintainerNotes: make download-sources checks out master branches of several libraries; this can cause build failures. AutoUpdateMode: Version UpdateCheckMode: Tags v.*[0-9]$ -CurrentVersion: 24.5.0 -CurrentVersionCode: 73 +CurrentVersion: 25.0.0 +CurrentVersionCode: 74