diff --git a/metadata/com.tutpro.baresip.yml b/metadata/com.tutpro.baresip.yml index 4c623904ac..cf01ae5aa9 100644 --- a/metadata/com.tutpro.baresip.yml +++ b/metadata/com.tutpro.baresip.yml @@ -3772,10 +3772,28 @@ Builds: - make all ndk: 26.2.11394342 + - versionName: 60.2.0 + versionCode: 398 + commit: 70fa8dbe310a7ed383208258c483f734a36dad52 + 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/Makefile + build: + - cd ../libbaresip-android + - make download-sources + - make all + ndk: 26.2.11394342 + MaintainerNotes: make download-sources checks out master branches of several libraries; this can cause build failures. AutoUpdateMode: Version UpdateCheckMode: Tags ^[0-9.]+$ -CurrentVersion: 60.1.0 -CurrentVersionCode: 397 +CurrentVersion: 60.2.0 +CurrentVersionCode: 398