mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
Update Hate It Or Rate It to 1.5.0 (29)
This commit is contained in:
parent
4fe0609284
commit
c0bad62c9c
1 changed files with 19 additions and 2 deletions
|
|
@ -64,10 +64,27 @@ Builds:
|
|||
scandelete:
|
||||
- build-logic
|
||||
|
||||
- versionName: 1.5.0
|
||||
versionCode: 29
|
||||
commit: 91d8299330a6ddd5b24ceb4b09a5d1532b9cdb0b
|
||||
subdir: app
|
||||
sudo:
|
||||
- export CPUS_MAX=16
|
||||
- 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
|
||||
prebuild:
|
||||
- sed -i -e '/googleServices/d' -e '/crashlytics/d' {..,.,../build-logic/convention}/build.gradle.kts
|
||||
- sed -i -e '/storeFile/d' -e '/signingConfig =/d' ../build-logic/convention/src/main/kotlin/AndroidApplicationConventionPlugin.kt
|
||||
scandelete:
|
||||
- build-logic
|
||||
|
||||
AllowedAPKSigningKeys: 84efa82b2c2a84e0fc154a36c8b67f901a9a70d1018d75c11cd59662021105d4
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckName: com.grappim.hateitorrateit
|
||||
CurrentVersion: 1.4.1
|
||||
CurrentVersionCode: 28
|
||||
CurrentVersion: 1.5.0
|
||||
CurrentVersionCode: 29
|
||||
|
|
|
|||
Loading…
Reference in a new issue