mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
jami: enable 20220906-01
This commit is contained in:
parent
acff1567bc
commit
3a7b4f5127
1 changed files with 6 additions and 5 deletions
|
|
@ -1926,7 +1926,6 @@ Builds:
|
||||||
|
|
||||||
- versionName: 20220906-01
|
- versionName: 20220906-01
|
||||||
versionCode: 343
|
versionCode: 343
|
||||||
disable: https://git.jami.net/savoirfairelinux/jami-client-android/-/issues/1114
|
|
||||||
commit: e8c199719d334692563cfeb22975bfec680a3a91
|
commit: e8c199719d334692563cfeb22975bfec680a3a91
|
||||||
timeout: 10800
|
timeout: 10800
|
||||||
subdir: client-android/ring-android/app
|
subdir: client-android/ring-android/app
|
||||||
|
|
@ -1951,8 +1950,10 @@ Builds:
|
||||||
- guix
|
- guix
|
||||||
- packaging
|
- packaging
|
||||||
- scripts
|
- scripts
|
||||||
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
|
prebuild:
|
||||||
'platforms;android-32' 'build-tools;32.0.0' > /dev/null
|
- JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager 'platforms;android-33'
|
||||||
|
'build-tools;33.0.0' > /dev/null
|
||||||
|
- sed -i -e '/isEnable = true/d' build.gradle.kts
|
||||||
build:
|
build:
|
||||||
- cd ../..
|
- cd ../..
|
||||||
- pushd $$swig$$
|
- pushd $$swig$$
|
||||||
|
|
@ -1965,7 +1966,7 @@ Builds:
|
||||||
- export ANDROID_NDK_ROOT="$ANDROID_NDK"
|
- export ANDROID_NDK_ROOT="$ANDROID_NDK"
|
||||||
- export ANDROID_ABI="armeabi-v7a arm64-v8a x86_64"
|
- export ANDROID_ABI="armeabi-v7a arm64-v8a x86_64"
|
||||||
- ./compile.sh --release --daemon
|
- ./compile.sh --release --daemon
|
||||||
ndk: r25
|
ndk: r25b
|
||||||
|
|
||||||
MaintainerNotes: |-
|
MaintainerNotes: |-
|
||||||
Ring has a lot of native dependencies, the source tarballs of these are all downloaded and build for all enabled architectures.
|
Ring has a lot of native dependencies, the source tarballs of these are all downloaded and build for all enabled architectures.
|
||||||
|
|
@ -1974,7 +1975,7 @@ MaintainerNotes: |-
|
||||||
We DO build separately for arm64 because this is a fairly common architecture and improves performance over using the armv7 binaries.
|
We DO build separately for arm64 because this is a fairly common architecture and improves performance over using the armv7 binaries.
|
||||||
v103 introduces push notifications using gplay. Optional since 106 with noPush flavour.
|
v103 introduces push notifications using gplay. Optional since 106 with noPush flavour.
|
||||||
|
|
||||||
AutoUpdateMode: None
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
CurrentVersion: 20220906-01
|
CurrentVersion: 20220906-01
|
||||||
CurrentVersionCode: 343
|
CurrentVersionCode: 343
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue