mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-18 03:52:13 +00:00
Update Eblan Launcher to 0.1.6-alpha (16)
This commit is contained in:
parent
afd5456d0f
commit
82eadbe36d
1 changed files with 16 additions and 2 deletions
|
|
@ -82,9 +82,23 @@ Builds:
|
||||||
scandelete:
|
scandelete:
|
||||||
- build-logic/convention/build
|
- build-logic/convention/build
|
||||||
|
|
||||||
|
- versionName: 0.1.6-alpha
|
||||||
|
versionCode: 16
|
||||||
|
commit: 1bc714ee0fe6916c930454b4b8ed713eb18b0ab5
|
||||||
|
subdir: app
|
||||||
|
sudo:
|
||||||
|
- export CPUS_MAX=4
|
||||||
|
- 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
|
||||||
|
scandelete:
|
||||||
|
- build-logic/convention/build
|
||||||
|
|
||||||
AllowedAPKSigningKeys: 1eaea35caae68379f7d4617f283a33805afecec36ab484174562731f756d5d49
|
AllowedAPKSigningKeys: 1eaea35caae68379f7d4617f283a33805afecec36ab484174562731f756d5d49
|
||||||
|
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
CurrentVersion: 0.1.5-alpha
|
CurrentVersion: 0.1.6-alpha
|
||||||
CurrentVersionCode: 15
|
CurrentVersionCode: 16
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue