Merge branch 'release_201905' into 'master'
New Jami revision See merge request fdroid/fdroiddata!4845
This commit is contained in:
commit
d82cc70ef6
|
@ -642,6 +642,21 @@ Build:20190103,144
|
|||
./compile.sh --release --no-gradle
|
||||
ndk=r17b
|
||||
|
||||
Build:20190503,156
|
||||
commit=9165c93abb67ca90077fa3945ddf3e19b6c15d32
|
||||
timeout=10800
|
||||
subdir=client-android/ring-android/app
|
||||
submodules=yes
|
||||
sudo=apt-get update && \
|
||||
apt-get install --yes swig
|
||||
gradle=noPush
|
||||
rm=client-electron,client-gnome,client-ios,client-macosx,client-uwp,client-windows,docker,docs,lrc,packaging,scripts
|
||||
build=cd ../.. && \
|
||||
export ANDROID_NDK_ROOT="$ANDROID_NDK" && \
|
||||
export ANDROID_ABI="armeabi-v7a arm64-v8a x86" && \
|
||||
./compile.sh --release --no-gradle
|
||||
ndk=r19c
|
||||
|
||||
Maintainer Notes:
|
||||
Ring has a lot of native dependencies, the source tarballs of these are all downloaded and build for all enabled architectures.
|
||||
Build failed with swig 2.0.12 from jessie but works with 3.0.10 from jessie-backports.
|
||||
|
@ -652,5 +667,5 @@ v103 introduces push notifications using gplay. Optional since 106 with noPush f
|
|||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest/production
|
||||
Current Version:20180805
|
||||
Current Version Code:129
|
||||
Current Version:20190503
|
||||
Current Version Code:156
|
||||
|
|
Loading…
Reference in a new issue