mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 03:39:10 +00:00
Update NeoStumbler to 2.2.0 (52)
This commit is contained in:
parent
25a75d0640
commit
2b7995650e
1 changed files with 20 additions and 2 deletions
|
|
@ -421,10 +421,28 @@ Builds:
|
|||
- app/data/location/googleplay/build.gradle.kts
|
||||
prebuild: sed -i -e '/bundletool {/,/^}/d' build.gradle.kts
|
||||
|
||||
- versionName: 2.2.0
|
||||
versionCode: 52
|
||||
commit: fc85d078bcb84accd1f66bf8e968c6686a356abb
|
||||
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:
|
||||
- fdroid
|
||||
- default
|
||||
binary: https://github.com/mjaakko/NeoStumbler/releases/download/%v/app-fdroid-default-release.apk
|
||||
rm:
|
||||
- app/data/reports/room/src/androidTest/assets/valid_reports.db.gz
|
||||
- app/data/location/googleplay/build.gradle.kts
|
||||
prebuild: sed -i -e '/bundletool {/,/^}/d' build.gradle.kts
|
||||
|
||||
AllowedAPKSigningKeys: 7f839ac7afc4ff6f1c7fb1348ac10de2f17de8a78d0d812c1f43ae835a5111df
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^[\d.]+$
|
||||
UpdateCheckName: xyz.malkki.neostumbler
|
||||
CurrentVersion: 2.1.10
|
||||
CurrentVersionCode: 49
|
||||
CurrentVersion: 2.2.0
|
||||
CurrentVersionCode: 52
|
||||
|
|
|
|||
Loading…
Reference in a new issue