Merge branch 'patch-12' into 'master'
Telegram v4.9.1 See merge request fdroid/fdroiddata!3619
This commit is contained in:
commit
63b55c7898
|
@ -381,6 +381,25 @@ Build:4.9.0,13400
|
||||||
popd
|
popd
|
||||||
ndk=r16b
|
ndk=r16b
|
||||||
|
|
||||||
|
Build:4.9.1,13580
|
||||||
|
commit=v4.9.1
|
||||||
|
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
|
||||||
|
@ -391,5 +410,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.9.0
|
Current Version:4.9.1
|
||||||
Current Version Code:13400
|
Current Version Code:13580
|
||||||
|
|
Loading…
Reference in a new issue