diff --git a/metadata/com.tutpro.baresip.yml b/metadata/com.tutpro.baresip.yml index ed48cc6394..7d13ebf284 100644 --- a/metadata/com.tutpro.baresip.yml +++ b/metadata/com.tutpro.baresip.yml @@ -3509,10 +3509,31 @@ Builds: - make install-all ndk: r26 + - versionName: 59.0.2 + versionCode: 295 + commit: f60011bb221f731d73291b0ee767da6d1009ef1b + subdir: app + submodules: true + sudo: + - apt-get update + - apt-get install -y automake libre-dev libtool make pkg-config wget + - apt-get install -t bullseye-backports cmake + - apt-get install -y openjdk-17-jdk-headless + - update-java-alternatives -a + 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 install-all + ndk: r26 + MaintainerNotes: make download-sources checks out master branches of several libraries; this can cause build failures. AutoUpdateMode: Version UpdateCheckMode: Tags ^[0-9.]+$ -CurrentVersion: 59.0.0 -CurrentVersionCode: 293 +CurrentVersion: 59.0.2 +CurrentVersionCode: 295