mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 04:39:16 +00:00
Update PublicArtExplorer to 1.1.1 (34)
This commit is contained in:
parent
4d2711d90c
commit
f462d5ad22
1 changed files with 15 additions and 2 deletions
|
|
@ -51,9 +51,22 @@ Builds:
|
|||
gradle:
|
||||
- foss
|
||||
|
||||
- versionName: 1.1.1
|
||||
versionCode: 34
|
||||
commit: de7d25e3ecc9b63f3c227490275202a395ebdb2a
|
||||
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:
|
||||
- foss
|
||||
|
||||
AllowedAPKSigningKeys: 29e794d38b45dfc7df03932a92cf69e0ef037ee1cd6e3506dc82895fcf379f0f
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.0.10
|
||||
CurrentVersionCode: 30
|
||||
UpdateCheckData: gradle.properties|VERSION_CODE=(\d+)|.|VERSION_NAME=(.*)
|
||||
CurrentVersion: 1.1.1
|
||||
CurrentVersionCode: 34
|
||||
|
|
|
|||
Loading…
Reference in a new issue