mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Telegram v4.9
This commit is contained in:
parent
1852540e9f
commit
d276960465
1 changed files with 21 additions and 2 deletions
|
|
@ -362,6 +362,25 @@ Build:4.6.0c,11585
|
||||||
popd
|
popd
|
||||||
ndk=r14b
|
ndk=r14b
|
||||||
|
|
||||||
|
Build:4.9.0,13400
|
||||||
|
commit=v4.9
|
||||||
|
subdir=TMessagesProj
|
||||||
|
submodules=yes
|
||||||
|
sudo=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_boringssl.sh && \
|
||||||
|
./build_boringssl.sh && \
|
||||||
|
popd
|
||||||
|
ndk=r16b
|
||||||
|
|
||||||
Maintainer Notes:
|
Maintainer Notes:
|
||||||
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
|
||||||
|
|
@ -372,5 +391,5 @@ Bump again for faster build.
|
||||||
|
|
||||||
Auto Update Mode:None
|
Auto Update Mode:None
|
||||||
Update Check Mode:None
|
Update Check Mode:None
|
||||||
Current Version:4.6.0c
|
Current Version:4.9.0
|
||||||
Current Version Code:11585
|
Current Version Code:13400
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue