diff --git a/metadata/cx.ring.yml b/metadata/cx.ring.yml index e7b20aec5c..d9b442c3a2 100644 --- a/metadata/cx.ring.yml +++ b/metadata/cx.ring.yml @@ -2620,7 +2620,30 @@ Builds: gradleprops: - android.builder.sdkDownload=true + - versionName: 20231027-01 + versionCode: 389 + commit: 464f9a187ff905854cfa9f255e33e936d020cfee + 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: 20231024-01 -CurrentVersionCode: 388 +CurrentVersion: 20231027-01 +CurrentVersionCode: 389