mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 04:09:14 +00:00
Telegram v8.4.2
This commit is contained in:
parent
1032e3d16b
commit
3652603817
1 changed files with 61 additions and 6 deletions
|
|
@ -2237,14 +2237,69 @@ Builds:
|
|||
- popd
|
||||
ndk: r21e
|
||||
|
||||
MaintainerNotes: |-
|
||||
Summary and Description have been moved to the new localizable text files:
|
||||
https://f-droid.org/docs/All_About_Descriptions_Graphics_and_Screenshots
|
||||
- versionName: 8.4.2
|
||||
versionCode: 25261
|
||||
commit: v8.4.2
|
||||
subdir: TMessagesProj
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk ninja-build golang-go yasm
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- armv7
|
||||
rm:
|
||||
- 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
|
||||
- ./build_libvpx_clang.sh
|
||||
- popd
|
||||
ndk: r21e
|
||||
|
||||
Update check mode not working because of version code calculations for different flavours.
|
||||
- versionName: 8.4.2
|
||||
versionCode: 25269
|
||||
commit: v8.4.2
|
||||
subdir: TMessagesProj
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk ninja-build golang-go yasm
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- afat
|
||||
rm:
|
||||
- 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
|
||||
- ./build_libvpx_clang.sh
|
||||
- popd
|
||||
ndk: r21e
|
||||
|
||||
MaintainerNotes: Update check mode not working because of version code calculations
|
||||
for different flavours.
|
||||
|
||||
ArchivePolicy: 6 versions
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: None
|
||||
CurrentVersion: 8.2.7
|
||||
CurrentVersionCode: 24705
|
||||
CurrentVersion: 8.4.2
|
||||
CurrentVersionCode: 25269
|
||||
|
|
|
|||
Loading…
Reference in a new issue