diff --git a/metadata/cx.ring.yml b/metadata/cx.ring.yml index ee3ef58b52..bc367adace 100644 --- a/metadata/cx.ring.yml +++ b/metadata/cx.ring.yml @@ -2897,7 +2897,30 @@ Builds: gradleprops: - android.builder.sdkDownload=true + - versionName: 20240126-01 + versionCode: 401 + commit: 6c8d62375a8efd732bb8b464711687be67ec3574 + timeout: 10800 + subdir: jami-android/app + submodules: true + sudo: + - apt-get update + - apt-get install -y g++ automake autopoint bzip2 gettext libtool libyaml-cpp-dev + make pkg-config python-is-python3 swig tar yasm + - apt-get install -y -t bullseye-backports cmake + - apt-get install -y openjdk-17-jdk-headless + - update-java-alternatives -a + gradle: + - withUnifiedPush + prebuild: sed -i -e "/android {/a lint { abortOnError = false }" build.gradle.kts + build: + - cd ../../daemon/bin/jni + - PACKAGEDIR=../../../jami-android/libjamiclient/src/main/java ./make-swig.sh + ndk: 26.1.10909125 + gradleprops: + - android.builder.sdkDownload=true + AutoUpdateMode: Version UpdateCheckMode: Tags -CurrentVersion: 20240118-01 -CurrentVersionCode: 400 +CurrentVersion: 20240126-01 +CurrentVersionCode: 401