diff --git a/metadata/com.tutpro.baresip.yml b/metadata/com.tutpro.baresip.yml index a39462e803..f29b97d68d 100644 --- a/metadata/com.tutpro.baresip.yml +++ b/metadata/com.tutpro.baresip.yml @@ -1810,10 +1810,27 @@ Builds: - popd ndk: r21e + - versionName: 31.2.0 + versionCode: 171 + commit: b86a8e2b4268f57757d8267d25f307a3da3c81e0 + subdir: app + gradle: + - yes + srclibs: + - libbaresip-android@20.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 %v UpdateCheckMode: Tags ^[0-9.]+$ -CurrentVersion: 31.1.0 -CurrentVersionCode: 170 +CurrentVersion: 31.2.0 +CurrentVersionCode: 171