mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-22 13:49:06 +00:00
Update Rush to 2.4.3 (243)
This commit is contained in:
parent
29f3f04a3d
commit
a2956e797f
1 changed files with 19 additions and 2 deletions
|
|
@ -189,9 +189,26 @@ Builds:
|
|||
assets/dexopt/baseline.prof|cut -d " " -f1); [[ $localhash == $upstreamhash
|
||||
]] && break ; popd; rm -fr local; done
|
||||
|
||||
- versionName: 2.4.3
|
||||
versionCode: 243
|
||||
commit: 52e6548631a4c2b50c18400d29e7af73f80eefa9
|
||||
subdir: app
|
||||
output: build/outputs/apk/release/app-release-unsigned.apk
|
||||
build:
|
||||
- mkdir upstream
|
||||
- pushd upstream
|
||||
- curl -L -o upstream.apk https://github.com/shub39/Rush/releases/download/$$VERSION$$/app-release.apk
|
||||
- unzip -q upstream.apk
|
||||
- export upstreamhash=$(sha256sum assets/dexopt/baseline.prof|cut -d " " -f1)
|
||||
- popd
|
||||
- for i in {1..10}; do gradle clean assembleRelease; mkdir local; pushd local;
|
||||
unzip -q ../build/outputs/apk/release/app-release-unsigned.apk; export localhash=$(sha256sum
|
||||
assets/dexopt/baseline.prof|cut -d " " -f1); [[ $localhash == $upstreamhash
|
||||
]] && break ; popd; rm -fr local; done
|
||||
|
||||
AllowedAPKSigningKeys: 0fe1b9f44a4db97ec50948f5189f6b4300716cc6d4843f5698d614a2152e2188
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 2.4.2
|
||||
CurrentVersionCode: 242
|
||||
CurrentVersion: 2.4.3
|
||||
CurrentVersionCode: 243
|
||||
|
|
|
|||
Loading…
Reference in a new issue