diff --git a/metadata/com.tutpro.baresip.plus.yml b/metadata/com.tutpro.baresip.plus.yml index beabe3e84a..4f36d47a8d 100644 --- a/metadata/com.tutpro.baresip.plus.yml +++ b/metadata/com.tutpro.baresip.plus.yml @@ -2812,10 +2812,28 @@ Builds: - make all ndk: 26.2.11394342 + - versionName: 48.1.0 + versionCode: 181 + commit: ccb861f1d6f71bf7dc8810f4ab9ce1f0d0fb9418 + subdir: app + submodules: true + sudo: + - apt-get update + - apt-get install -y automake cmake libre-dev libtool make pkg-config wget + gradle: + - yes + prebuild: sed -i -e 's|/opt/Android/ndk/.*|$$NDK$$|' -e 's|/usr/src/baresip-studio|..|' + ../libbaresip-android.video/Makefile + build: + - cd ../libbaresip-android.video + - make download-sources + - make all + ndk: 27.2.12479018 + MaintainerNotes: make download-sources checks out master branches of several libraries; this can cause build failures. AutoUpdateMode: Version UpdateCheckMode: Tags v.*[0-9]$ -CurrentVersion: 48.0.1 -CurrentVersionCode: 180 +CurrentVersion: 48.1.0 +CurrentVersionCode: 181