For the voice messages and for the waveform rendering, NDK r14b is required. Otherwise these part do not work correctly.
My intention for this commit is that the _next_ version caught by the Auto Update uses NDK r14b then (a rebuild of 0.14.0,512, however, is no problem, but not required) @Bubu This is the same issue as with [Telegram-FOSS](https://gitlab.com/fdroid/fdroiddata/blob/master/metadata/org.telegram.messenger.txt) which is also still stucks to NDK r14b.
This commit is contained in:
parent
8bacc2c17a
commit
572ff881a0
|
@ -270,7 +270,7 @@ Build:0.14.0,512
|
||||||
gradle=fat
|
gradle=fat
|
||||||
build=$$NDK$$/ndk-build -j `nproc` && \
|
build=$$NDK$$/ndk-build -j `nproc` && \
|
||||||
gradle nativeLibsToJar
|
gradle nativeLibsToJar
|
||||||
ndk=r15c
|
ndk=r14b
|
||||||
|
|
||||||
Auto Update Mode:Version v%v
|
Auto Update Mode:Version v%v
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
|
|
Loading…
Reference in a new issue