diff --git a/metadata/com.tutpro.baresip.yml b/metadata/com.tutpro.baresip.yml index a300199d68..739f1eb7d7 100644 --- a/metadata/com.tutpro.baresip.yml +++ b/metadata/com.tutpro.baresip.yml @@ -2695,10 +2695,31 @@ Builds: - popd ndk: r23b + - versionName: 47.2.0 + versionCode: 226 + commit: 281ac86df4ff9812a9f2abf167afe28188aac3af + subdir: app + sudo: + - apt-get update || apt-get update + - apt-get install -y openjdk-11-jdk-headless + - update-alternatives --auto java + gradle: + - yes + srclibs: + - libbaresip-android@23.0 + build: + - pushd $$libbaresip-android$$ + - sed -i -e 's|/opt/Android/ndk/.*|$$NDK$$|' -e 's|/usr/src/baresip-studio|../../com.tutpro.baresip|' + Makefile + - make download-sources + - make install-all + - popd + ndk: r23b + MaintainerNotes: make download-sources checks out master branches of several libraries; this can cause build failures. AutoUpdateMode: Version UpdateCheckMode: Tags ^[0-9.]+$ -CurrentVersion: 47.1.0 -CurrentVersionCode: 225 +CurrentVersion: 47.2.0 +CurrentVersionCode: 226