riot: fix ndk version

This commit is contained in:
Marcus Hoffmann 2019-04-23 21:40:31 +02:00
parent 52bbdec468
commit be02005281
No known key found for this signature in database
GPG key ID: ACDF63BC43D5E530

View file

@ -1835,7 +1835,7 @@ Builds:
- gradle clean assembleRelease
- popd
- cp $$matrixsdk$$/matrix-sdk/build/outputs/aar/matrix-sdk-release-*.aar libs/matrix-sdk.aar
ndk: r17b
ndk: r17c
MaintainerNotes: |-
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.