From 63f7377c35310c0389b82570cb03813806f4a076 Mon Sep 17 00:00:00 2001 From: Marcus Hoffmann Date: Fri, 15 Dec 2017 23:45:09 +0100 Subject: [PATCH] ring: add 20171215/99 --- metadata/cx.ring.txt | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/metadata/cx.ring.txt b/metadata/cx.ring.txt index 5a6ce4a9b7..1a0695bcf3 100644 --- a/metadata/cx.ring.txt +++ b/metadata/cx.ring.txt @@ -495,6 +495,22 @@ Build:20171129,97 ./compile.sh release ndk=r15c +Build:20171215,99 + commit=bc414d7cfb421d84b76ef048373fcb7ffe113aa0 + subdir=client-android/ring-android/app + submodules=yes + sudo=apt-get update && \ + apt-get install --yes -t jessie-backports swig + output=build/outputs/apk/release/app-release-unsigned.apk + scandelete=client-windows,client-uwp + build=echo -e '#!/bin/sh\ngradle "$@"' > ../gradlew && \ + chmod +x ../gradlew && \ + export ANDROID_NDK_ROOT=$ANDROID_NDK && \ + export ANDROID_ABI="armeabi-v7a arm64-v8a x86" && \ + cd ../../ && \ + ./compile.sh release + ndk=r15c + Maintainer Notes: Ring has a lot of native dependencies, the source tarballs of these are all downloaded and build for all enabled architectures. We provide a fake gradlew because compile.sh calls this in the end. @@ -505,5 +521,5 @@ We DO build separately for arm64 because this is a fairly common architecture an Auto Update Mode:None Update Check Mode:RepoManifest/production -Current Version:20171129 -Current Version Code:97 +Current Version:20171215 +Current Version Code:99