From 5bc55d539b171eac72f414912024f316153b3c54 Mon Sep 17 00:00:00 2001 From: Marcus Hoffmann Date: Sun, 23 Dec 2018 15:06:05 +0100 Subject: [PATCH] riot: update ndk version --- metadata/im.vector.alpha.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata/im.vector.alpha.yml b/metadata/im.vector.alpha.yml index d048930692..9bfcc93596 100644 --- a/metadata/im.vector.alpha.yml +++ b/metadata/im.vector.alpha.yml @@ -1296,9 +1296,9 @@ Builds: - gradle clean assembleRelease - popd - cp $$matrixsdk$$/matrix-sdk/build/outputs/aar/matrix-sdk-release-*.aar libs/matrix-sdk.aar + ndk: r17b MaintainerNotes: |- - TODO: update ndk version to latest for next build! Upstream puts their library aars inside the repo, we need build them our self. We truncate instead of deleting them such that the initial gradle clean is successful. jitsi-meet needs react-native which we get via npm. This pulls in a few prebuilt binaries for now :-/. We also need to provide an up to date version of npm and nodejs, neither of which can be found in debian jessie, so we download the upstream provided nodejs bundle which includes npm.