mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
Update Raccoon for RaccoonForLemmy to 1.14.1 (151)
This commit is contained in:
parent
ae2dcc260b
commit
9b5c9dc0bb
1 changed files with 22 additions and 2 deletions
|
|
@ -136,9 +136,29 @@ Builds:
|
|||
export localhash=$(sha256sum assets/dexopt/baseline.prof|cut -d " " -f1);
|
||||
[[ $localhash == $upstreamhash ]] && break ; popd; rm -fr local; done
|
||||
|
||||
- versionName: 1.14.1
|
||||
versionCode: 151
|
||||
commit: b82b737b183ec4d289a64094464aec70d11b8597
|
||||
subdir: androidApp
|
||||
output: build/outputs/apk/release/RaccoonForLemmy-release-unsigned.apk
|
||||
rm:
|
||||
- iosApp
|
||||
prebuild: sed -i -e '/isEnable/s/true/false/' build.gradle.kts
|
||||
build:
|
||||
- mkdir upstream
|
||||
- pushd upstream
|
||||
- curl -L -o upstream.apk https://github.com/LiveFastEatTrashRaccoon/RaccoonForLemmy/releases/download/$$VERSION$$/RaccoonForLemmy-universal-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/RaccoonForLemmy-release-unsigned.apk;
|
||||
export localhash=$(sha256sum assets/dexopt/baseline.prof|cut -d " " -f1);
|
||||
[[ $localhash == $upstreamhash ]] && break ; popd; rm -fr local; done
|
||||
|
||||
AllowedAPKSigningKeys: 694761bc0a59476e4b6b7f39d27f75d030c2a9c0c2b1f68f5ff3985728fbdd7c
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^[\d.]+$
|
||||
CurrentVersion: 1.14.0
|
||||
CurrentVersionCode: 141
|
||||
CurrentVersion: 1.14.1
|
||||
CurrentVersionCode: 151
|
||||
|
|
|
|||
Loading…
Reference in a new issue