mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
Update NeoStumbler to 2.1.6 (42)
This commit is contained in:
parent
76a30b859a
commit
bbf1ef1855
1 changed files with 18 additions and 2 deletions
|
|
@ -336,10 +336,26 @@ Builds:
|
|||
- app/data/location/googleplay/build.gradle.kts
|
||||
prebuild: sed -i -e '/bundletool {/,/^}/d' build.gradle.kts
|
||||
|
||||
- versionName: 2.1.6
|
||||
versionCode: 42
|
||||
commit: 9b4639c768a45e36a9f1d53adaf7f439db8f4997
|
||||
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
|
||||
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.5
|
||||
CurrentVersionCode: 41
|
||||
CurrentVersion: 2.1.6
|
||||
CurrentVersionCode: 42
|
||||
|
|
|
|||
Loading…
Reference in a new issue