mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 04:09:14 +00:00
Update Translate You to 16.0 (50)
This commit is contained in:
parent
7fe013b89e
commit
ff9b28a924
1 changed files with 21 additions and 2 deletions
|
|
@ -156,9 +156,28 @@ Builds:
|
|||
- $$reproducible-apk-tools$$/zipalign.py --pad-like-apksigner --replace unaligned.apk
|
||||
$$OUT$$
|
||||
|
||||
- versionName: '16.0'
|
||||
versionCode: 50
|
||||
commit: 5ffe9e8352e9572bf9cded3df07e1abd346d3a73
|
||||
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: '15.3'
|
||||
CurrentVersionCode: 49
|
||||
CurrentVersion: '16.0'
|
||||
CurrentVersionCode: 50
|
||||
|
|
|
|||
Loading…
Reference in a new issue