mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
Update Jami to 20240202-01 (403)
This commit is contained in:
parent
cdca88cf62
commit
a4a0f1ce36
1 changed files with 25 additions and 2 deletions
|
|
@ -2943,7 +2943,30 @@ Builds:
|
|||
gradleprops:
|
||||
- android.builder.sdkDownload=true
|
||||
|
||||
- versionName: 20240202-01
|
||||
versionCode: 403
|
||||
commit: c88b808dc250e7c8fad35f729a4c62a3c9231b0f
|
||||
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: 20240131-01
|
||||
CurrentVersionCode: 402
|
||||
CurrentVersion: 20240202-01
|
||||
CurrentVersionCode: 403
|
||||
|
|
|
|||
Loading…
Reference in a new issue