diff --git a/metadata/com.tutpro.baresip.yml b/metadata/com.tutpro.baresip.yml index 9c0134858f..9d88866a76 100644 --- a/metadata/com.tutpro.baresip.yml +++ b/metadata/com.tutpro.baresip.yml @@ -2106,10 +2106,31 @@ Builds: - popd ndk: r21e + - versionName: 37.1.0 + versionCode: 191 + commit: 52847d755356ee271855afbbc0977d82f2622b71 + subdir: app + sudo: + - apt-get update || apt-get update + - apt-get install -y openjdk-11-jdk-headless + - update-alternatives --auto java + gradle: + - yes + srclibs: + - libbaresip-android@22.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|' 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 UpdateCheckMode: Tags ^[0-9.]+$ -CurrentVersion: 37.0.1 -CurrentVersionCode: 190 +CurrentVersion: 37.1.0 +CurrentVersionCode: 191