Update Translate You to 16.1 (51)

This commit is contained in:
checkupdates bot 2025-11-15 04:14:15 +00:00 committed by Licaon_Kter
parent 163ce55655
commit 1117968fa9

View file

@ -175,9 +175,28 @@ Builds:
- $$reproducible-apk-tools$$/zipalign.py --pad-like-apksigner --replace unaligned.apk
$$OUT$$
- versionName: '16.1'
versionCode: 51
commit: ededef6cbf0923c74983274f5b6406ac09d423d4
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:
- yes
binary: https://github.com/you-apps/TranslateYou/releases/download/v%v/app-release.apk
srclibs:
- reproducible-apk-tools@v0.3.0
postbuild:
- mv $$OUT$$ unaligned.apk
- $$reproducible-apk-tools$$/zipalign.py --pad-like-apksigner --replace unaligned.apk
$$OUT$$
AllowedAPKSigningKeys: b3bc73b117df5dfe38130c6c2b946852ae7088557fe8e433f0d9983a6b55cc95
AutoUpdateMode: Version
UpdateCheckMode: Tags
CurrentVersion: '16.0'
CurrentVersionCode: 50
CurrentVersion: '16.1'
CurrentVersionCode: 51