diff --git a/metadata/com.tutpro.baresip.yml b/metadata/com.tutpro.baresip.yml index a7cf97fe07..942848922b 100644 --- a/metadata/com.tutpro.baresip.yml +++ b/metadata/com.tutpro.baresip.yml @@ -1227,6 +1227,23 @@ Builds: - popd ndk: r21b + - versionName: 18.3.0 + versionCode: 127 + commit: 18.3.0 + subdir: app + gradle: + - yes + srclibs: + - libbaresip-android@13.0 + build: + - pushd $$libbaresip-android$$ + - sed -i -e 's|/opt/Android/Sdk/ndk-bundle|$$NDK$$|' -e 's|/usr/src/baresip-studio|../../com.tutpro.baresip|' + Makefile + - make download-sources + - make install-all + - popd + ndk: r21b + MaintainerNotes: make download-sources checks out master branches of several libraries; this can cause build failures.