Merge branch 'patch-13' into 'master'
Telegram v5.6.1 See merge request fdroid/fdroiddata!4864
This commit is contained in:
commit
f2f10125d7
|
@ -678,6 +678,34 @@ Builds:
|
||||||
- popd
|
- popd
|
||||||
ndk: r19
|
ndk: r19
|
||||||
|
|
||||||
|
- versionName: 5.6.1
|
||||||
|
versionCode: 15910
|
||||||
|
commit: v5.6.1
|
||||||
|
subdir: TMessagesProj
|
||||||
|
submodules: true
|
||||||
|
sudo:
|
||||||
|
- apt-get update || apt-get update
|
||||||
|
- apt-get install -y ninja-build golang-go
|
||||||
|
gradle:
|
||||||
|
- afat
|
||||||
|
rm:
|
||||||
|
- TMessagesProj/jni/libwebp/swig/libwebp.jar
|
||||||
|
- TMessagesProj/jni/ffmpeg/tests/ref/fate/sub-microdvd-remux
|
||||||
|
prebuild: echo -e 'APP_ID = 12834\nAPP_HASH = c84d9229db1d6be95c067b02b126352c'
|
||||||
|
> API_KEYS
|
||||||
|
scandelete:
|
||||||
|
- TMessagesProj/jni
|
||||||
|
build:
|
||||||
|
- export NDK=$$NDK$$
|
||||||
|
- export NINJA_PATH=/usr/bin/ninja
|
||||||
|
- pushd jni
|
||||||
|
- ./build_ffmpeg_clang.sh
|
||||||
|
- ./patch_ffmpeg.sh
|
||||||
|
- ./patch_boringssl.sh
|
||||||
|
- ./build_boringssl.sh
|
||||||
|
- popd
|
||||||
|
ndk: r19c
|
||||||
|
|
||||||
MaintainerNotes: |-
|
MaintainerNotes: |-
|
||||||
Summary and Description have been moved to the new localizable text files:
|
Summary and Description have been moved to the new localizable text files:
|
||||||
https://f-droid.org/docs/All_About_Descriptions_Graphics_and_Screenshots
|
https://f-droid.org/docs/All_About_Descriptions_Graphics_and_Screenshots
|
||||||
|
@ -687,5 +715,5 @@ MaintainerNotes: |-
|
||||||
|
|
||||||
AutoUpdateMode: None
|
AutoUpdateMode: None
|
||||||
UpdateCheckMode: None
|
UpdateCheckMode: None
|
||||||
CurrentVersion: 5.4.0
|
CurrentVersion: 5.6.1
|
||||||
CurrentVersionCode: 15170
|
CurrentVersionCode: 15910
|
||||||
|
|
Loading…
Reference in a new issue