diff --git a/metadata/com.tutpro.baresip.plus.yml b/metadata/com.tutpro.baresip.plus.yml index 43fcba4241..c6d0eda5c0 100644 --- a/metadata/com.tutpro.baresip.plus.yml +++ b/metadata/com.tutpro.baresip.plus.yml @@ -1825,10 +1825,32 @@ Builds: - popd ndk: r25b + - versionName: 37.1.2 + versionCode: 115 + commit: 2e7168271877cf729983c1583be51c26070d2821 + subdir: app + sudo: + - apt-get update + - apt-get install -y --no-install-recommends -t testing nasm + - apt-get install -y openjdk-11-jdk-headless wget + - update-alternatives --auto java + gradle: + - yes + srclibs: + - libbaresip-android@v19.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: r25b + MaintainerNotes: make download-sources checks out master branches of several libraries; this can cause build failures. AutoUpdateMode: Version UpdateCheckMode: Tags v.*[0-9]$ -CurrentVersion: 37.1.1 -CurrentVersionCode: 114 +CurrentVersion: 37.1.2 +CurrentVersionCode: 115