mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 12:49:14 +00:00
Update WiFi Widget to 1.7.2 (69)
This commit is contained in:
parent
a782de81d2
commit
5746989788
1 changed files with 24 additions and 2 deletions
|
|
@ -383,10 +383,32 @@ Builds:
|
|||
assets/dexopt/baseline.prof|cut -d " " -f1); [[ $localhash == $upstreamhash
|
||||
]] && break ; popd; rm -fr local; done
|
||||
|
||||
- versionName: 1.7.2-fdroid
|
||||
versionCode: 69
|
||||
commit: b5843f915c5b531e4fca4c725fb888001b857fae
|
||||
subdir: app
|
||||
sudo:
|
||||
- export CPUS_MAX=6
|
||||
- export CPUS=$(getconf _NPROCESSORS_ONLN)
|
||||
- for (( c=$CPUS_MAX; c<$CPUS; c++ )) ; do echo 0 > /sys/devices/system/cpu/cpu$c/online
|
||||
; done
|
||||
output: build/outputs/apk/release/$$VERSION$$.apk
|
||||
build:
|
||||
- mkdir upstream
|
||||
- pushd upstream
|
||||
- curl -L -o upstream.apk https://github.com/w2sv/WiFi-Widget/releases/download/$$VERSION$$/$$VERSION$$.apk
|
||||
- unzip -q upstream.apk
|
||||
- export upstreamhash=$(sha256sum assets/dexopt/baseline.prof|cut -d " " -f1)
|
||||
- popd
|
||||
- for i in {1..10}; do gradle clean assembleRelease; mkdir local; pushd local;
|
||||
unzip -q ../build/outputs/apk/release/*.apk; export localhash=$(sha256sum
|
||||
assets/dexopt/baseline.prof|cut -d " " -f1); [[ $localhash == $upstreamhash
|
||||
]] && break ; popd; rm -fr local; done
|
||||
|
||||
AllowedAPKSigningKeys: e22bed7909bce21fa5bc900a8c056eaa0773761f70774d1d808bbbafb3aa1958
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^[\d.]+$
|
||||
UpdateCheckData: gradle.properties|versionCode=(\d+)|.|version=([\d.]+)
|
||||
CurrentVersion: 1.7.0
|
||||
CurrentVersionCode: 67
|
||||
CurrentVersion: 1.7.2-fdroid
|
||||
CurrentVersionCode: 69
|
||||
|
|
|
|||
Loading…
Reference in a new issue