From dded262661459dce19de324e70259d24d88f1a94 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Tue, 22 Nov 2022 09:16:50 +0000 Subject: [PATCH] Update Jami to 20221121-01 (348) --- metadata/cx.ring.yml | 36 ++++++++++++++++++++++++++++++++++-- 1 file changed, 34 insertions(+), 2 deletions(-) diff --git a/metadata/cx.ring.yml b/metadata/cx.ring.yml index bab4c803c7..0c4d4f8ecc 100644 --- a/metadata/cx.ring.yml +++ b/metadata/cx.ring.yml @@ -2120,6 +2120,38 @@ Builds: - ./compile.sh --release --daemon ndk: r25b + - versionName: 20221121-01 + versionCode: 348 + commit: 6700e64fdc609beb6b5f3cc1b7bc6dce8bcc8c0e + timeout: 10800 + subdir: client-android/ring-android/app + submodules: true + sudo: + - apt-get update + - apt-get install -y cmake g++ swig autoconf automake m4 libtool pkg-config + yasm tar gettext autopoint xz-utils bzip2 make python-is-python3 + gradle: + - noPush + rm: + - client-ios + - client-macosx + - client-qt + - plugins + - docker + - docs + - guix + - packaging + - scripts + prebuild: + - sdkmanager 'platforms;android-33' 'build-tools;33.0.0' + - sed -i -e '/isEnable = true/d' build.gradle.kts + build: + - cd ../.. + - export ANDROID_NDK_ROOT="$ANDROID_NDK" + - export ANDROID_ABI="armeabi-v7a arm64-v8a x86_64" + - ./compile.sh --release --daemon + ndk: r25b + MaintainerNotes: |- Ring has a lot of native dependencies, the source tarballs of these are all downloaded and build for all enabled architectures. Build failed with swig 2.0.12 from jessie but works with 3.0.10 from jessie-backports. @@ -2129,5 +2161,5 @@ MaintainerNotes: |- AutoUpdateMode: Version UpdateCheckMode: Tags -CurrentVersion: 20221107-01 -CurrentVersionCode: 347 +CurrentVersion: 20221121-01 +CurrentVersionCode: 348