mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-14 19:46:54 +00:00
Update Eblan Launcher to 0.2.3-alpha (23)
This commit is contained in:
parent
6a4005114d
commit
50acff6fd1
1 changed files with 16 additions and 2 deletions
|
|
@ -152,9 +152,23 @@ Builds:
|
|||
scandelete:
|
||||
- build-logic/convention/build
|
||||
|
||||
- versionName: 0.2.3-alpha
|
||||
versionCode: 23
|
||||
commit: 1d07a12c04e95cbcbc25aa67cc04abd4e78b5828
|
||||
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
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 0.2.2-alpha
|
||||
CurrentVersionCode: 22
|
||||
CurrentVersion: 0.2.3-alpha
|
||||
CurrentVersionCode: 23
|
||||
|
|
|
|||
Loading…
Reference in a new issue