diff --git a/metadata/com.tutpro.baresip.plus.yml b/metadata/com.tutpro.baresip.plus.yml index 2e5d56c928..1f04f3549f 100644 --- a/metadata/com.tutpro.baresip.plus.yml +++ b/metadata/com.tutpro.baresip.plus.yml @@ -3136,10 +3136,28 @@ Builds: - make all ndk: 28.0.13004108 + - versionName: 53.1.1 + versionCode: 208 + commit: 83a54c968280dadecf52846c9b7cb3dd41899751 + subdir: app + submodules: true + sudo: + - apt-get update + - apt-get install -y automake cmake libre-dev libtool make pkg-config wget lbzip2 + gradle: + - yes + prebuild: sed -i -e 's|/opt/Android|$$SDK$$|' -e 's|/usr/src/baresip-studio|..|' + ../libbaresip-android.video/Makefile + build: + - cd ../libbaresip-android.video + - make download-sources + - make all + ndk: 28.0.13004108 + MaintainerNotes: make download-sources checks out master branches of several libraries; this can cause build failures. AutoUpdateMode: Version UpdateCheckMode: Tags v.*[0-9]$ -CurrentVersion: 53.1.0 -CurrentVersionCode: 207 +CurrentVersion: 53.1.1 +CurrentVersionCode: 208