Update com.b44t.messenger.yml

This commit is contained in:
Asiel Diaz Benitez 2024-06-15 17:36:37 +00:00 committed by linsui
parent f98d1c7f92
commit 30bb0a98ba

View file

@ -3544,16 +3544,16 @@ Builds:
- ANDROID_NDK_ROOT=$$SDK$$/ndk/23.2.8568313/ scripts/ndk-make.sh x86_64
ndk: r20
- versionName: 1.46.3
versionCode: 6861
commit: 217bc18984264da0063ec4551bf7d193bf399461
- versionName: 1.46.5
versionCode: 6881
commit: b302786dabe7e8f552efba3cd8673f460a82a052
timeout: 20000
submodules: true
sudo:
- apt-get update
- apt-get install -y make g++ cmake
gradle:
- fat
- foss
srclibs:
- rustup@1.25.1
prebuild: sed -i -e '/versionCode/s/$/1/' -e 's/abiFilters .*/abiFilters "armeabi-v7a"/'
@ -3566,16 +3566,16 @@ Builds:
scripts/ndk-make.sh armeabi-v7a
ndk: r23c
- versionName: 1.46.3
versionCode: 6862
commit: 217bc18984264da0063ec4551bf7d193bf399461
- versionName: 1.46.5
versionCode: 6882
commit: b302786dabe7e8f552efba3cd8673f460a82a052
timeout: 20000
submodules: true
sudo:
- apt-get update
- apt-get install -y make g++ cmake
gradle:
- fat
- foss
srclibs:
- rustup@1.25.1
prebuild: sed -i -e '/versionCode/s/$/2/' -e 's/abiFilters .*/abiFilters "arm64-v8a"/'
@ -3588,16 +3588,16 @@ Builds:
scripts/ndk-make.sh armeabi-v7a
ndk: r23c
- versionName: 1.46.3
versionCode: 6863
commit: 217bc18984264da0063ec4551bf7d193bf399461
- versionName: 1.46.5
versionCode: 6883
commit: b302786dabe7e8f552efba3cd8673f460a82a052
timeout: 20000
submodules: true
sudo:
- apt-get update
- apt-get install -y make g++ cmake
gradle:
- fat
- foss
srclibs:
- rustup@1.25.1
prebuild: sed -i -e '/versionCode/s/$/3/' -e 's/abiFilters .*/abiFilters "x86"/'
@ -3610,16 +3610,16 @@ Builds:
scripts/ndk-make.sh armeabi-v7a
ndk: r23c
- versionName: 1.46.3
versionCode: 6864
commit: 217bc18984264da0063ec4551bf7d193bf399461
- versionName: 1.46.5
versionCode: 6884
commit: b302786dabe7e8f552efba3cd8673f460a82a052
timeout: 20000
submodules: true
sudo:
- apt-get update
- apt-get install -y make g++ cmake
gradle:
- fat
- foss
srclibs:
- rustup@1.25.1
prebuild: sed -i -e '/versionCode/s/$/4/' -e 's/abiFilters .*/abiFilters "x86_64"/'
@ -3639,5 +3639,5 @@ VercodeOperation:
- 10 * %c + 2
- 10 * %c + 3
- 10 * %c + 4
CurrentVersion: 1.46.3
CurrentVersionCode: 6864
CurrentVersion: 1.46.5
CurrentVersionCode: 6884