mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 04:09:14 +00:00
Update Readeck App to 0.3.2 (302)
This commit is contained in:
parent
475720302c
commit
fe8c9564b6
1 changed files with 5 additions and 18 deletions
|
|
@ -14,29 +14,16 @@ Repo: https://github.com/jensomato/ReadeckApp.git
|
|||
Binaries: https://github.com/jensomato/ReadeckApp/releases/download/v%v/ReadeckApp-%v.apk
|
||||
|
||||
Builds:
|
||||
- versionName: 0.3.1
|
||||
versionCode: 301
|
||||
commit: 018a4d844d353f2b379f7a74849ecae94f9e21a7
|
||||
- versionName: 0.3.2
|
||||
versionCode: 302
|
||||
commit: 6018463849826c1b81b5980d56953ad90419d16b
|
||||
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:
|
||||
- githubRelease
|
||||
postbuild:
|
||||
- curl -Lo upstream.apk https://github.com/jensomato/ReadeckApp/releases/download/v$$VERSION$$/ReadeckApp-$$VERSION$$.apk
|
||||
- unzip -q upstream.apk -d apk
|
||||
- export hash=$(sha256sum apk/assets/dexopt/baseline.prof)
|
||||
- rm -rf apk upstream.apk
|
||||
- for i in {1..10}; do unzip -q $$OUT$$ -d apk; sha256sum -c - <<< $hash &&
|
||||
break; sha256sum apk/assets/dexopt/baseline.prof; rm -fr apk; gradle clean
|
||||
assembleGithubReleaseRelease; done
|
||||
|
||||
AllowedAPKSigningKeys: 534f1f1c839a179258a2eb413c756aa601a69e79e1354783b681c51076e81060
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 0.3.1
|
||||
CurrentVersionCode: 301
|
||||
CurrentVersion: 0.3.2
|
||||
CurrentVersionCode: 302
|
||||
|
|
|
|||
Loading…
Reference in a new issue