Update Redomi to 1.4.0 (10400)

This commit is contained in:
checkupdates bot 2025-11-20 05:43:27 +00:00 committed by Licaon_Kter
parent 869974b019
commit 44bd5e186d

View file

@ -35,10 +35,23 @@ Builds:
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign --page-size 16
fix-newlines $$OUT$$ 'META-INF/services/*'
- versionName: 1.4.0
versionCode: 10400
commit: 6536497543a2d18cbeb48d914ea443d5dc0b16cb
subdir: app
sudo:
- export CPUS_MAX=16
- export CPUS=$(getconf _NPROCESSORS_ONLN)
- for (( c=$CPUS_MAX; c<$CPUS; c++ )) ; do echo 0 > /sys/devices/system/cpu/cpu$c/online
; done
gradle:
- repo
prebuild: sed -i -e '/keystoreProperties/d' build.gradle
AllowedAPKSigningKeys: d59a225e7165baa3e367ac43c6be052ab40ecd5aab2ae15e989b8d665a4f9b70
AutoUpdateMode: Version
UpdateCheckMode: Tags
UpdateCheckName: com.acszo.redomi
CurrentVersion: 1.3.5
CurrentVersionCode: 10305
CurrentVersion: 1.4.0
CurrentVersionCode: 10400