mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-24 06:35:57 +00:00
Update Jami to 20230915-01 (380)
This commit is contained in:
parent
45332788a6
commit
3451ae7ab1
1 changed files with 25 additions and 2 deletions
|
|
@ -2482,7 +2482,30 @@ Builds:
|
|||
gradleprops:
|
||||
- android.builder.sdkDownload=true
|
||||
|
||||
- versionName: 20230915-01
|
||||
versionCode: 380
|
||||
commit: 0e0c27375eadc5f81f641b691ba9e2263475aa9b
|
||||
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: r25c
|
||||
gradleprops:
|
||||
- android.builder.sdkDownload=true
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 20230901-01
|
||||
CurrentVersionCode: 379
|
||||
CurrentVersion: 20230915-01
|
||||
CurrentVersionCode: 380
|
||||
|
|
|
|||
Loading…
Reference in a new issue