From e2f298ee32bd19068827c1558ae081c100ec6e90 Mon Sep 17 00:00:00 2001 From: linsui Date: Sat, 11 Mar 2023 08:00:38 +0000 Subject: [PATCH] Jami: 20230301-01 --- metadata/cx.ring.yml | 48 ++++++++++++++++++++------------------------ 1 file changed, 22 insertions(+), 26 deletions(-) diff --git a/metadata/cx.ring.yml b/metadata/cx.ring.yml index b8ff4f6791..461bccc0f5 100644 --- a/metadata/cx.ring.yml +++ b/metadata/cx.ring.yml @@ -9,30 +9,6 @@ Translation: https://www.transifex.com/savoirfairelinux/jami Changelog: https://git.jami.net/savoirfairelinux/jami-client-android/tree/master/ring-android/fastlane/metadata/android/en-US/changelogs AutoName: Jami -Description: |- - Jami (formerly Ring and SFLphone) is a free distributed multimedia communication - software. It is developed by Savoir-faire Linux with the help of a global - community of users and contributors. Savoir-faire Linux is a Canadian company - specialized in Linux and free software. - - Jami allows to make audio or video calls, and to send messages, safely and - freely, in confidence. Jami is a Free and open source software that requires no - central server. - - What can you do with Jami: - - * send text messages - * make audio calls - * make video calls - * send files - * use your existing SIP account - - There are plenty of ways to help us, check out: . - - Jami is inspired by a Swahili word that means "community". - - You can also install Jami on Windows, macOS, iOS and GNU/Linux. RepoType: git Repo: https://git.jami.net/savoirfairelinux/jami-client-android @@ -2173,7 +2149,27 @@ Builds: gradleprops: - android.builder.sdkDownload=true + - versionName: 20230301-01 + versionCode: 362 + commit: f9142f5aee0b9436f590b3771b6cd8cd674f53da + timeout: 10800 + subdir: jami-android/app + submodules: true + sudo: + - apt-get update + - apt-get install -y g++ automake autopoint bzip2 gettext libtool make pkg-config + python-is-python3 swig tar yasm + - apt-get install -y -t bullseye-backports cmake + gradle: + - withUnifiedPush + build: + - cd ../../daemon/bin/jni + - PACKAGEDIR=../../../jami-android/libjamiclient/src/main/java ./make-swig.sh + ndk: r25c + gradleprops: + - android.builder.sdkDownload=true + AutoUpdateMode: Version UpdateCheckMode: Tags -CurrentVersion: 20230227-01 -CurrentVersionCode: 361 +CurrentVersion: 20230301-01 +CurrentVersionCode: 362